Skip to content

Commit

Permalink
New npm script build-no-install
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Sep 13, 2022
1 parent 85bb913 commit 31289a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"url": "https://github.com/origin-1/c8js.git"
},
"scripts": {
"build": "npm install && node dev/clean && npm run lint && node dev/coverage && node dev/make-docs",
"build": "npm install && npm run build-no-install",
"build-no-install": "node dev/clean && npm run lint && node dev/coverage && node dev/make-docs",
"clean": "node dev/clean",
"coverage": "node dev/coverage",
"lint": "eslint . --ignore-path .gitignore --ignore-pattern test/fixtures",
Expand Down

0 comments on commit 31289a2

Please sign in to comment.