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",
"private": true,
"workspaces": [
"scss/*"
"src/*"
],
"scripts": {
"build": "yarn lint && STYLE_ENV=prod node ./build.js",