chore: workflows
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user