Skip to content

Commit

Permalink
build: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 29, 2018
1 parent a19c84e commit 7d800ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"precommit": "clinton && lint-staged",
"commitmsg": "commitlint --extends=@commitlint/config-angular -e",
"postpublish": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
"clean": "rm -rf dist && mkdir dist",
"build": "npm run clean && babel src/ -d dist/",
"build": "rimraf lib && babel src -d lib",
"prepublish": "npm run build",
"test": "nyc ava",
"update": "updtr"
Expand Down Expand Up @@ -54,7 +53,8 @@
"eslint-plugin-vue": "^4.2.2",
"eslint-plugin-xo": "^1.0.0",
"husky": "^0.14.3",
"lint-staged": "^6.0.0"
"lint-staged": "^6.0.0",
"rimraf": "^2.6.2"
},
"browser": "dist/vue-2-breadcrumbs.js",
"unpkg": "dist/vue-2-breadcrumbs.js",
Expand Down

0 comments on commit 7d800ea

Please sign in to comment.