mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 22:00:39 +00:00
npm scripts
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
# Node
|
||||
node_modules
|
||||
pnpm-lock.yaml
|
||||
pnpm-debug.log
|
||||
package-lock.json
|
||||
|
||||
# Parcel
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user