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.
1 parent c479841 commit a0f4f38Copy full SHA for a0f4f38
package.json
@@ -4,10 +4,10 @@
4
"description": "AST utility module for statically analyzing JSX",
5
"main": "lib/index.js",
6
"scripts": {
7
- "prepack": "npmignore --auto --commentLines=autogenerated",
+ "prepack": "npmignore --auto --commentLines=autogenerated && npm run build",
8
"prebuild": "rimraf lib",
9
"build": "babel src --out-dir lib",
10
- "prepublishOnly": "safe-publish-latest && npm test && npm run build",
+ "prepublishOnly": "safe-publish-latest && npm test",
11
"prepublish": "not-in-publish || npm run prepublishOnly",
12
"prelint": "npm run build",
13
"lint": "eslint .",
0 commit comments