Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Apr 8, 2018
1 parent 7c10a09 commit 0b4ffc3
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 @@ -23,7 +23,7 @@
"unpkg": "dist/vue-material.min.js",
"scripts": {
"dev": "babel-node build/local",
"build": "rm -rf dist/; babel-node build/lib",
"build": "rm -rf dist/ && babel-node build/lib",
"docs": "babel-node build/docs",
"lint": "eslint --ext .js,.vue docs src build test",
"test": "jest",
Expand Down

0 comments on commit 0b4ffc3

Please sign in to comment.