Added a prepare script to allow installing off GitHub
This commit is contained in:
parent
daf7854cd0
commit
fd3392fb23
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
"bin": "./dist/npx/bitburner-filesync.js",
|
||||
"main": "./dist/npx/bitburner-filesync.js",
|
||||
"scripts": {
|
||||
"prepare": "npm run build",
|
||||
"build": "tsc --build --verbose --pretty",
|
||||
"clean": "tsc --build --clean",
|
||||
"format": "prettier -w .",
|
||||
|
|
Loading…
Add table
Reference in a new issue