Skip to content

Commit 93366fa

Browse files
committed
[meta] add prepack step so build is not forgotten
1 parent c527f80 commit 93366fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"test": "npm run tests-only",
1616
"build:tests": "npm run build && rimraf __tests-built__ && babel __tests__ --out-dir __tests-built__",
1717
"tests-built": "nyc tape '__tests-built__/**/*.js'",
18-
"tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'"
18+
"tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'",
19+
"prepack": "npm run build"
1920
},
2021
"repository": {
2122
"type": "git",

0 commit comments

Comments
 (0)