Skip to content

Commit 0b4ffc3

Browse files
committed
fix: build script
1 parent 7c10a09 commit 0b4ffc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"unpkg": "dist/vue-material.min.js",
2424
"scripts": {
2525
"dev": "babel-node build/local",
26-
"build": "rm -rf dist/; babel-node build/lib",
26+
"build": "rm -rf dist/ && babel-node build/lib",
2727
"docs": "babel-node build/docs",
2828
"lint": "eslint --ext .js,.vue docs src build test",
2929
"test": "jest",

0 commit comments

Comments
 (0)