mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
Add prepare script to build on install from GitHub
This commit is contained in:
parent
bed46e52b5
commit
c4146e54b8
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"prepare": "npm run build",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"files": ["dist"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue