Removed Blocks NPM Hooks
Since we've pulled it into the monorepo these hooks don't need to be here anymore.
This commit is contained in:
parent
27be9e71e7
commit
a59009dbec
|
@ -71,9 +71,7 @@
|
|||
"package-plugin:dev": "rimraf woocommerce-gutenberg-products-block.zip && ./bin/build-plugin-zip.sh -d",
|
||||
"package-plugin:zip-only": "rimraf woocommerce-gutenberg-products-block.zip && ./bin/build-plugin-zip.sh -z",
|
||||
"package-plugin:deploy": "npm run build:deploy && npm run package-plugin:zip-only",
|
||||
"postinstall": "patch-package",
|
||||
"pre-commit": "lint-staged",
|
||||
"prepare": "husky install",
|
||||
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,json,ts,tsx}\"",
|
||||
"release": "sh ./bin/wordpress-deploy.sh",
|
||||
"rimraf": "./node_modules/rimraf/bin.js",
|
||||
|
|
Loading…
Reference in New Issue