mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 16:16:24 +00:00
npm scripts
This commit is contained in:
parent
47748b568e
commit
33aed84581
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
# Node
|
# Node
|
||||||
node_modules
|
node_modules
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
pnpm-debug.log
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
# Parcel
|
# Parcel
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
"test": "parcel -d public ./test/index.html",
|
"test": "parcel -d public ./test/index.html",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"watch": "tsc -w",
|
"watch": "tsc -w",
|
||||||
"dev": "pnpm run build & pnpm run test"
|
"dev": "pnpm run watch & pnpm run test"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 Chrome versions",
|
"last 2 Chrome versions",
|
||||||
|
Loading…
Reference in New Issue
Block a user