From 8720547e6e6c93129663c52e4182d97ae4e9c049 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sun, 10 Feb 2019 12:55:07 +0000 Subject: [PATCH] skip browser tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7767cfc..2abe4fe 100644 --- a/package.json +++ b/package.json @@ -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" },