chore: optimize workflows to avoid building components each time
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
"clean": "rm -fr dist",
|
||||
"prebuild": "yarn clean",
|
||||
"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",
|
||||
"test": "jest --config jest.config.js --coverage",
|
||||
|
||||
Reference in New Issue
Block a user