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

@@ -7,7 +7,7 @@
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"watch": "webpack -w --config webpack.config.js",
"build": "echo BUILDING ICONS && webpack --config webpack.config.js && yarn run tsc",
"build": "webpack --config webpack.config.js && yarn run tsc",
"tsc": "tsc --project ./tsconfig.json"
},
"devDependencies": {