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 48
48
script :
49
49
- npm run test:unit -- --coverage
50
50
- npm run test:e2e
51
+ - npm run build
51
52
after_script :
52
53
- cat ./coverage/lcov.info | coveralls
53
54
- ./cc-test-reporter after-build --exit-code ${TRAVIS_TEST_RESULT}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " g8-vue-tree" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " A Vue.js tree view component with stable DOM tree." ,
5
5
"repository" : " git@github.com:eidng8/vue-tree.git" ,
6
6
"bugs" : " git@github.com:eidng8/vue-tree/issues" ,
22
22
"scripts" : {
23
23
"build" : " npm run build-app && npm run build-sass" ,
24
24
"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" ,
26
26
"docs" : " vue-docgen" ,
27
27
"serve" : " vue-cli-service serve" ,
28
28
"start" : " npm run serve" ,
You can’t perform that action at this time.
0 commit comments