add upload script
This commit is contained in:
parent
6496f2d0ab
commit
4300c092cf
4 changed files with 35 additions and 2 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"build": "npx spack",
|
||||
"lint": "npx eslint src/",
|
||||
"prepare": "husky install",
|
||||
"test": "yarn lint"
|
||||
"test": "yarn lint",
|
||||
"push": "node ./upload.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/screeps": "^3.3.0"
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
"@swc/core": "^1.3.23",
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.0",
|
||||
"@typescript-eslint/parser": "^5.47.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.30.0",
|
||||
"husky": "^8.0.0",
|
||||
"typescript": "^4.9.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue