Skip to content

Commit

Permalink
fix: remove docs build from version script
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Sep 3, 2022
1 parent b9bae25 commit 3a97d57
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 @@ -34,7 +34,7 @@
"lint": "eslint . --ignore-pattern dist",
"lint-fix": "npm run lint --fix",
"test": "npm run build && jest",
"version": "npm run build && npm run docs && npm run docs:deploy"
"version": "npm run build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 3a97d57

Please sign in to comment.