added dev script

pull/113/head
AdrianGonz97 1 year ago
parent 103172229c
commit fe9fc1a764

@ -5,6 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "npx esbuild src/index.ts --bundle --platform=node --target=es2021 --outfile=index.js", "build": "npx esbuild src/index.ts --bundle --platform=node --target=es2021 --outfile=index.js",
"dev": "npx esbuild src/index.ts --bundle --platform=node --target=es2021 --outfile=index.js --watch",
"prepare": "husky install", "prepare": "husky install",
"prettify": "prettier . --write --ignore-unknown" "prettify": "prettier . --write --ignore-unknown"
}, },

Loading…
Cancel
Save