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:
Christopher Allford 2023-12-09 05:17:49 -08:00
parent 27be9e71e7
commit a59009dbec
1 changed files with 0 additions and 2 deletions

View File

@ -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",