Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Feb 21, 2017
1 parent df84a06 commit c68f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A reactjs, angular2 and vuejs tree component.",
"main": "index.js",
"scripts": {
"build": "tsc -p src && tsc -p demo && sass src/common.scss > dist/common.css && webpack && npm run rev",
"build": "tsc -p src && tsc -p demo && sass src/tree.scss > dist/tree.css && webpack && npm run rev",
"lint": "tslint \"src/*.ts\" && stylelint \"src/*.scss\" --syntax scss",
"rev": "npm run clean-rev && rev-static",
"clean-rev": "rm -f demo/react.bundle-*.js demo/vue.bundle-*.js demo/angular.bundle-*.js"
Expand Down

0 comments on commit c68f66b

Please sign in to comment.