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
08fcd740fc
commit
34bcad56cc
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"prepublishOnly": "rm -rf ./dist && tsc",
|
||||
"examples": "parcel -d public ./examples/index.html",
|
||||
"examples:build": "parcel build --no-source-maps --public-url /formhero/ -d docs examples/index.html",
|
||||
"examples:build": "rm -rf ./docs && 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",
|
||||
|
Loading…
Reference in New Issue
Block a user