File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4848 script :
4949 - npm run test:unit -- --coverage
5050 - npm run test:e2e
51+ - npm run build
5152 after_script :
5253 - cat ./coverage/lcov.info | coveralls
5354 - ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}
Original file line number Diff line number Diff line change 11{
22 "name" : " g8-vue-tree" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " A Vue.js tree view component with stable DOM tree." ,
55 "repository" : " git@github.com:eidng8/vue-tree.git" ,
66 "bugs" : " git@github.com:eidng8/vue-tree/issues" ,
2222 "scripts" : {
2323 "build" : " npm run build-app && npm run build-sass" ,
2424 "build-app" : " vue-cli-service build --target lib --mode production ./src/index.ts" ,
25- "build-sass" : " node- sass --output- style compressed src/components/tree-view.scss > dist/g8-vue-tree.css" ,
25+ "build-sass" : " sass --no-source-map -- style compressed src/components/tree-view.scss dist/g8-vue-tree.css" ,
2626 "docs" : " vue-docgen" ,
2727 "serve" : " vue-cli-service serve" ,
2828 "start" : " npm run serve" ,
You can’t perform that action at this time.
0 commit comments