mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-26 07:49:18 +00:00
npm-script: fix 'test'
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"prepublish": "NODE_ENV=publish npm run build",
|
||||
"test:specs": "NODE_ENV=test karma start config/karma.config.js",
|
||||
"test:specs:watch": "npm run test:specs -- --no-single-run",
|
||||
"test": "npm run specs && npm run lint"
|
||||
"test": "npm run test:specs && npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": ">=0.13.3",
|
||||
|
||||
Reference in New Issue
Block a user