Skip to content

Commit

Permalink
tweak: scriptes
Browse files Browse the repository at this point in the history
  • Loading branch information
HcySunYang committed Nov 2, 2018
1 parent 0871d0b commit 9c63df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"node": ">=8"
},
"scripts": {
"test": "yarn lint && jest --verbose",
"build": "yarn lint && bili",
"test": "yarn lint:ts && jest --verbose",
"build": "yarn lint:ts && bili",
"postbuild": "find dist -type d -name __test__ -exec rm -r {} +",
"prepublishOnly": "yarn build",
"toc": "markdown-toc -i README.md",
Expand Down

0 comments on commit 9c63df7

Please sign in to comment.