Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Build package on the prepare NPM hook
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Mar 17, 2021
1 parent eab9dd8 commit 268d234
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
"test:integration": "npm run build && ts-node node_modules/tape/bin/tape 'test/integration/**/test.ts' | tap-bail | tap-spec",
"cover": "rimraf .nyc_output coverage && nyc npm run test:unit",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"prepack": "npm run build"
"prepare": "npm run build"
},
"files": [
"dist/",
"src/",
"README.md"
],
"keywords": [
"twig",
"twing",
Expand Down

0 comments on commit 268d234

Please sign in to comment.