mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 08:06:24 +00:00
npm scripts
This commit is contained in:
parent
008b37ccd7
commit
08fcd740fc
@ -6,8 +6,9 @@
|
||||
"scripts": {
|
||||
"prepublishOnly": "rm -rf ./dist && tsc",
|
||||
"examples": "parcel -d public ./examples/index.html",
|
||||
"test": "parcel -d public ./test/index.html",
|
||||
"examples:build": "parcel build --no-source-maps --public-url /formhero/ -d docs examples/index.html",
|
||||
"build": "tsc",
|
||||
"test": "parcel -d public ./test/index.html",
|
||||
"watch": "tsc -w",
|
||||
"dev": "pnpm run watch & pnpm run test"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user