chore: components workflow

This commit is contained in:
Mo
2022-06-15 10:11:05 -05:00
parent f076057f4b
commit f33e5db84e
34 changed files with 74 additions and 74 deletions

View File

@@ -6,8 +6,8 @@
"scripts": {
"compile": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js --progress --hot",
"custom:lint": "eslint app/ --ext .js",
"custom:lint:fix": "yarn lint --fix"
"components:lint": "eslint app/ --ext .js",
"components:lint:fix": "yarn lint --fix"
},
"sn": {
"main": "dist/index.html"