Don't serve during builds

This commit is contained in:
ludeeus
2019-11-05 21:31:25 +01:00
parent 095def320b
commit 067e877de1
3 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
"typescript": "^3.6.4"
},
"scripts": {
"start": "rollup -c --watch",
"start": "rollup -c rollup.config.dev.js --watch",
"build": "npm run lint && npm run rollup",
"lint": "eslint src/*.ts",
"rollup": "rollup -c"