Skip to content

Commit

Permalink
chore: update versioning & QA scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Nov 22, 2023
1 parent b222099 commit 613a84d
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 @@ -12,7 +12,8 @@
"postinstall": "pnpm format:package-json",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write .",
"quality-checks": "pnpm prettier-check && pnpm type-check",
"qa": "pnpm prettier-check && pnpm type-check && pnpm build",
"qa:nobuild": "pnpm prettier-check && pnpm type-check",
"start": "open http://localhost:3999/assets/images/pokeball.png && pnpm dev:server",
"type-check": "tsc --noEmit --skipLibCheck"
},
Expand Down

0 comments on commit 613a84d

Please sign in to comment.