Skip to content

Commit f9f9ea6

Browse files
authored
Add prepublishOnly step to package.json (#506)
1 parent d7e68dd commit f9f9ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"flow": "flow",
1212
"lint": "eslint --config .eslintrc src __tests__ scripts",
1313
"lint:fix": "npm run lint -- --fix",
14+
"prepublishOnly": "npm run build",
1415
"pretest": "npm run lint:fix && npm run flow",
1516
"test": "npm run jest",
1617
"test:ci": "npm run jest -- --ci --runInBand",

0 commit comments

Comments
 (0)