We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepack
1 parent c527f80 commit 93366faCopy full SHA for 93366fa
package.json
@@ -15,7 +15,8 @@
15
"test": "npm run tests-only",
16
"build:tests": "npm run build && rimraf __tests-built__ && babel __tests__ --out-dir __tests-built__",
17
"tests-built": "nyc tape '__tests-built__/**/*.js'",
18
- "tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'"
+ "tests-only": "nyc tape -r @babel/register '__tests__/**/*.js'",
19
+ "prepack": "npm run build"
20
},
21
"repository": {
22
"type": "git",
0 commit comments