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.
2 parents 8eecfc4 + 68bd6d2 commit a8cccfeCopy full SHA for a8cccfe
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