Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack'
Browse files Browse the repository at this point in the history
fix #451
  • Loading branch information
oscard0m committed Mar 13, 2022
1 parent 0151ef0 commit e5956d5
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 @@ -6,7 +6,7 @@
},
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"scripts": {
"build": "pika build",
"build": "pika-pack build",
"lint": "prettier --check '{src,test}/**/*.{ts,md}' README.md package.json",
"lint:fix": "prettier --write '{src,test}/**/*.{ts,md}' README.md package.json",
"pretest": "npm run -s lint",
Expand Down

0 comments on commit e5956d5

Please sign in to comment.