mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 22:00:39 +00:00
npm scripts
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user