add upload script

This commit is contained in:
uwap 2022-12-20 09:13:21 +01:00
parent 6496f2d0ab
commit 4300c092cf
4 changed files with 35 additions and 2 deletions

View file

@ -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"