aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index d418f07..10277f2 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,9 @@
"rollup": "rollup -c .config/rollup.config.js",
"server": "npx http-server ./ -d",
"test": "npx karma start .config/karma.conf.js",
- "test:ci": "karma start .config/karma.conf.saucelabs.js"
+ "test:ci": "karma start .config/karma.conf.saucelabs.js",
+ "server": "npx http-server ./ -d",
+ "build:polyfills": "npx rollup -c .config/rollup.polyfills.js"
},
"devDependencies": {
"@babel/core": "^7.1.2",