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
cf27d8c77f
commit
152f0b7c51
@ -4,9 +4,11 @@
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"prepublishOnly": "tsc",
|
||||
"prepublishOnly": "rm -rf ./dist && tsc",
|
||||
"examples": "parcel -d public ./examples/index.html",
|
||||
"test": "parcel -d public ./test/index.html",
|
||||
"build": "tsc -w",
|
||||
"build": "tsc",
|
||||
"watch": "tsc -w",
|
||||
"dev": "pnpm run build & pnpm run test"
|
||||
},
|
||||
"browserslist": [
|
||||
|
Loading…
Reference in New Issue
Block a user