1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-26 13:54:49 +00:00

Preparing for the standalone

This commit is contained in:
tobspr
2020-05-21 13:36:08 +02:00
parent 58442eaeec
commit 89d1489ff1
8 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,8 @@
"scripts": {
"dev": "./gulp/gulp main.serveDev",
"tslint": "cd src/js && tsc",
"prettier-all": "prettier --write src/**/*.* && prettier --write gulp/**/*.*"
"prettier-all": "prettier --write src/**/*.* && prettier --write gulp/**/*.*",
"publishOnItch": "butler push tmp_standalone_files/shapez.io-standalone-win32-x64 tobspr/shapezio:windows --userversion-file version"
},
"dependencies": {
"@babel/core": "^7.5.4",