mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Ttry running esbuild under npx
This commit is contained in:
parent
1584fee930
commit
b0ca9ec8ec
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "esbuild --bundle --sourcemap --outdir=dist ./src/index.js",
|
"build": "npx esbuild --bundle --sourcemap --outdir=dist ./src/index.js",
|
||||||
"format": "prettier --write '**/*.{js,css,json,md}'",
|
"format": "prettier --write '**/*.{js,css,json,md}'",
|
||||||
"dev": "npx miniflare --watch --debug"
|
"dev": "npx miniflare --watch --debug"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue