Skip to content

Commit

Permalink
Fixed 2231: Move build script from prepublish -> prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
akiran committed May 23, 2023
1 parent 90b1aff commit 9c52885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"build-dev": "gulp clean && gulp copy && webpack",
"lib": "babel ./src --out-dir ./lib",
"build": "npm run lib && gulp dist",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint src",
"gen": "node examples/scripts/generateExampleConfigs.js && node examples/scripts/generateExamples.js && xdg-open docs/jquery.html",
"precommit": "lint-staged",
Expand Down

0 comments on commit 9c52885

Please sign in to comment.