mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
Add npm run publish command
This commit is contained in:
parent
a9e7fdda2e
commit
9a0239fc15
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "node esbuild.js",
|
||||
"dev": "concurrently -n dev-server,bare-server-node -c blue,green -k \"node esbuild.dev.js\" \"bare-server-node -p 3000 -e\""
|
||||
"dev": "concurrently -n dev-server,bare-server-node -c blue,green -k \"node esbuild.dev.js\" \"bare-server-node -p 3000 -e\"",
|
||||
"publish": "npm run publish && npm publish --access public"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue