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 8eecfc4 commit 68bd6d2Copy full SHA for 68bd6d2
package.json
@@ -11,6 +11,7 @@
11
"flow": "flow",
12
"lint": "eslint --config .eslintrc src __tests__ scripts",
13
"lint:fix": "npm run lint -- --fix",
14
+ "prepublishOnly": "npm run build",
15
"pretest": "npm run lint:fix && npm run flow",
16
"test": "npm run jest",
17
"test:ci": "npm run jest -- --ci --runInBand",
0 commit comments