Skip to content

Commit cccf55b

Browse files
committed
remove unneeded NODE_ENV=test
1 parent 5339718 commit cccf55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build": "npm run build:babel && npm run build:flow",
1616
"build:babel": "babel src/ -d lib",
1717
"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",
18+
"ci-test": "npm run build && npm run lint && npm run flow && npm run jest",
19+
"test": "npm run build && npm run jest",
2020
"jest": "jest --testMatch **/test/*.js --verbose",
2121
"test-update": "npm run test -- -u"
2222
},

0 commit comments

Comments
 (0)