diff --git a/.travis.yml b/.travis.yml index 75d3d30aa..7a0ee12a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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!" diff --git a/package.json b/package.json index 8dd1e4787..e33cf8655 100644 --- a/package.json +++ b/package.json @@ -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": {