Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed May 11, 2024
1 parent f0142ff commit 0844fbf
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,25 @@
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-src-dir=includes/pro/blocks/src/ --output-path=includes/pro/blocks/build/",
"start:query": "wp-scripts start --webpack-src-dir=includes/pro/blocks/src/query/ --output-path=includes/pro/blocks/build/query/"
"start:query": "wp-scripts start --webpack-src-dir=includes/pro/blocks/src/query/ --output-path=includes/pro/blocks/build/query/",
"zip": "wp-scripts plugin-zip"
},
"files": [
"css",
"freemius",
"includes",
"languages",
"README.md",
"package.json",
"contextual-related-posts.php",
"index.php",
"uninstaller.php",
"changelog.txt",
"readme.txt",
"default.png",
"default2.png",
"wpml-config.xml"
],
"devDependencies": {
"@wordpress/prettier-config": "^3.14.0",
"@wordpress/scripts": "^27.8.0"
Expand Down

0 comments on commit 0844fbf

Please sign in to comment.