npm scripts

This commit is contained in:
cupcakearmy 2019-09-28 19:01:06 +02:00
parent 47748b568e
commit 33aed84581
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
# Node
node_modules
pnpm-lock.yaml
pnpm-debug.log
package-lock.json
# Parcel

View File

@ -9,7 +9,7 @@
"test": "parcel -d public ./test/index.html",
"build": "tsc",
"watch": "tsc -w",
"dev": "pnpm run build & pnpm run test"
"dev": "pnpm run watch & pnpm run test"
},
"browserslist": [
"last 2 Chrome versions",