Fixing build

This commit is contained in:
Grzegorz Leoniec 2019-02-25 10:43:47 +01:00
parent 81bcdc87e3
commit ffe1ceabf1
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,6 @@ cache:
install:
- yarn install --production=false --frozen-lockfile --non-interactive
- yarn build
# - yarn build
- yarn build:lib
test:
- echo "ADD TESTING!"

View File

@ -11,6 +11,7 @@
"build:lib": "yarn theo && cross-env BUILD=library vue-cli-service build --target lib --name system ./src/library.js --no-fix",
"theo": "theo ./src/system/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/system/tokens/generated",
"theo:onchange": "onchange \"./src/system/tokens/*.yml\" -- npm run theo",
"test": "echo 'TODO: FIX & ADD TESTING!'",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {