skip browser tests

master
Evgeny Poberezkin 2019-02-10 12:55:07 +00:00
parent a7f78f2894
commit 8720547e6e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"build": "del-cli lib/dotjs/*.js '!lib/dotjs/index.js' && node scripts/compile-dots.js",
"test-karma": "karma start",
"test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
"test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov && if-node-version 8 npm run test-browser",
"test": "npm run jshint && npm run eslint && npm run test-ts && npm run build && npm run test-cov",
"prepublish": "npm run build && npm run bundle",
"watch": "watch 'npm run build' ./lib/dot"
},