1
Fork 0

fix: fix workspaces field

This commit is contained in:
Bauke 2019-03-07 21:45:58 +01:00
parent 1c50ffac72
commit 4e8898dc50
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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",