Skip to content

Commit 409a629

Browse files
author
Yutaka Obuchi
authored
Merge pull request #376 from pixiv/yarn-all-lint
script "all" should execute lint
2 parents 63e9e5d + dcb43da commit 409a629

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
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"version": "yarn all",
2020
"postpublish": "yarn gh-pages",
21-
"all": "yarn clean && yarn build && yarn docs",
21+
"all": "yarn lint && yarn clean && yarn build && yarn docs",
2222
"dev": "webpack-dev-server --mode development",
2323
"clean": "rimraf docs lib types",
2424
"build": "yarn build-dev && yarn build-prod && yarn build-types",

0 commit comments

Comments
 (0)