1
0
mirror of https://github.com/lancedikson/bowser synced 2026-02-10 01:50:10 +00:00

fix: remove prepublish hook

This commit is contained in:
naorpeled 2026-02-07 19:48:42 +02:00
parent 382bc22397
commit 2bb8caee93

View File

@ -74,7 +74,6 @@
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs", "generate-and-deploy-docs": "npm run generate-docs && gh-pages --dist docs --dest docs",
"watch": "webpack --watch --config webpack.config.js", "watch": "webpack --watch --config webpack.config.js",
"prepublishOnly": "npm run build",
"lint:check": "eslint ./src", "lint:check": "eslint ./src",
"lint:fix": "eslint --fix ./src", "lint:fix": "eslint --fix ./src",
"testem": "testem", "testem": "testem",