Do not automatically fix prettiere issues

This commit is contained in:
Grzegorz Leoniec 2019-02-15 20:49:21 +01:00
parent 2212cf70f5
commit f97029dc07
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -9,8 +9,8 @@
"dev": "npm-run-all --parallel theo:onchange theo servedev",
"servedev": "vue-cli-service serve --open",
"build:lib": "yarn theo && cross-env BUILD=library vue-cli-service build --target lib --name system ./src/library.js",
"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",
"theo": "theo ./src/system/tokens/tokens.yml --no-fix --transform web --format map.scss,scss,raw.json,json --dest ./src/system/tokens/generated",
"theo:onchange": "onchange \"./src/system/tokens/*.yml\" -- npm run theo --no-fix",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {