Skip to content

Commit

Permalink
Update package.json to build a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed May 15, 2024
1 parent f88fb87 commit d8e0ecf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php --experimental-modules"
"start": "wp-scripts start --webpack-copy-php --experimental-modules",
"release": "npm run build && npm run plugin-zip"
},
"files": [
"build",
"to-do-mvc.php",
"readme.txt"
],
"devDependencies": {
"@wordpress/scripts": "^27.7.0"
},
Expand Down

0 comments on commit d8e0ecf

Please sign in to comment.