Skip to content

Commit

Permalink
Fix build at prepare (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Apr 19, 2020
1 parent 235f167 commit 950565f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "tsc",
"build:dev": "tsc",
"precommit": "lint-staged",
"prePublishOnly": "npm run build",
"prepare": "npm run build",
"lint:ts": "eslint --color --cache 'src/**/*.ts{,x}'",
"lint:md": "markdownlint README.md",
"lint": "run-p -l lint:*",
Expand Down

0 comments on commit 950565f

Please sign in to comment.