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

@@ -7,6 +7,6 @@
"main": "dist/dist.css"
},
"scripts": {
"compile": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
"components:compile": "webpack --entry ./src/main.scss --config ./../../theme.webpack.config.js"
}
}