mirror of
https://github.com/wassname/template.git
synced 2026-08-12 12:30:47 +08:00
Minify on build, but not during development
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"url": "https://github.com/distillpub/distill-template/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "rollup -c rollup.config.js -w",
|
||||
"start": "rollup -c rollup.config.dev.js -w",
|
||||
"serve": "python3 -m http.server --bind 127.0.0.1",
|
||||
"test": "mocha",
|
||||
"lint": "eslint",
|
||||
|
||||
Reference in New Issue
Block a user