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 5339718 commit cccf55bCopy full SHA for cccf55b
package.json
@@ -15,8 +15,8 @@
15
"build": "npm run build:babel && npm run build:flow",
16
"build:babel": "babel src/ -d lib",
17
"build:flow": "flow-copy-source src lib",
18
- "ci-test": "NODE_ENV=test npm run build && npm run lint && npm run flow && npm run jest",
19
- "test": "NODE_ENV=test npm run build && npm run jest",
+ "ci-test": "npm run build && npm run lint && npm run flow && npm run jest",
+ "test": "npm run build && npm run jest",
20
"jest": "jest --testMatch **/test/*.js --verbose",
21
"test-update": "npm run test -- -u"
22
},
0 commit comments