Skip to content

Commit

Permalink
- fix lib ignore bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jul 2, 2020
1 parent b6aadc3 commit 8adaa31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"build": "rm -rf lib && tsc",
"doc": "typedoc --out docs/api ./src",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8adaa31

Please sign in to comment.