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

Commit 268d234

Browse files
committed
Build package on the prepare NPM hook
Fix NightlyCommit#25.
1 parent eab9dd8 commit 268d234

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
"test:integration": "npm run build && ts-node node_modules/tape/bin/tape 'test/integration/**/test.ts' | tap-bail | tap-spec",
1111
"cover": "rimraf .nyc_output coverage && nyc npm run test:unit",
1212
"coverage": "nyc report --reporter=text-lcov | coveralls",
13-
"prepack": "npm run build"
13+
"prepare": "npm run build"
1414
},
15+
"files": [
16+
"dist/",
17+
"src/",
18+
"README.md"
19+
],
1520
"keywords": [
1621
"twig",
1722
"twing",

0 commit comments

Comments
 (0)