use non-minified rollup config
This commit is contained in:
parent
9b7713a90d
commit
82bcbcdaae
|
|
@ -10,7 +10,7 @@
|
||||||
"prepare": "npm test && rm -rf build && npm run build",
|
"prepare": "npm test && rm -rf build && npm run build",
|
||||||
"test": "eslint src/** tools/** && tslint -c tslint.json types/**.ts",
|
"test": "eslint src/** tools/** && tslint -c tslint.json types/**.ts",
|
||||||
"dev": "npm-run-all --parallel watch serve",
|
"dev": "npm-run-all --parallel watch serve",
|
||||||
"watch": "rollup -w -c tools/rollup.browser.min.js",
|
"watch": "rollup -w -c tools/rollup.browser.js",
|
||||||
"serve": "ws"
|
"serve": "ws"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue