Skip to content

Commit 220e8ed

Browse files
committed
chore: lint before build
1 parent 9a24401 commit 220e8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dist/*.js.map"
3535
],
3636
"scripts": {
37-
"build": "yarn build:lib; yarn build:docs",
37+
"build": "yarn lint; yarn build:lib; yarn build:docs",
3838
"build:docs": "vue-cli-service build --dest docs",
3939
"build:lib": "vue-cli-service build --target lib --name vue-command ./src/library.js",
4040
"lint": "vue-cli-service lint",
@@ -104,4 +104,4 @@
104104
"pre-push": "yarn test"
105105
}
106106
}
107-
}
107+
}

0 commit comments

Comments
 (0)