Skip to content

Commit

Permalink
Merge pull request #2240 from akiran/fix-2221
Browse files Browse the repository at this point in the history
Fixed 2231: Move build script from prepublish -> prepublishOnly
  • Loading branch information
akiran authored May 23, 2023
2 parents 90b1aff + 9c52885 commit f3f3c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 f3f3c3d

Please sign in to comment.