chore: workflow

This commit is contained in:
Mo
2022-06-14 11:20:17 -05:00
parent 4bd61adc5b
commit d9ad998e42
8 changed files with 34 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
"watch": "webpack -w --config web.webpack.dev.js",
"clean": "rm -fr dist",
"prebuild": "yarn clean",
"build": "echo BUILDING WEB && webpack --config web.webpack.prod.js && yarn tsc",
"build": "webpack --config web.webpack.prod.js && yarn tsc",
"build:web:all": "yarn workspaces foreach -ptR run build",
"lint": "eslint src/javascripts",
"tsc": "tsc --project tsconfig.json",