chore: workflows

This commit is contained in:
Mo
2022-06-12 20:41:38 -05:00
parent b46a229970
commit 6642dbad51
10 changed files with 14 additions and 15 deletions

View File

@@ -13,7 +13,8 @@
"watch": "webpack -w --config web.webpack.dev.js",
"clean": "rm -fr dist",
"prebuild": "yarn clean",
"build": "webpack --config web.webpack.prod.js && yarn tsc",
"build": "echo BUILDING WEB && 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",
"test": "jest --config jest.config.js --coverage",