fix: fix workspaces field
This commit is contained in:
parent
1c50ffac72
commit
4e8898dc50
|
@ -7,7 +7,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"scss/*"
|
"src/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn lint && STYLE_ENV=prod node ./build.js",
|
"build": "yarn lint && STYLE_ENV=prod node ./build.js",
|
||||||
|
|
Loading…
Reference in New Issue