Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 24, 2022
1 parent 0f3a45c commit 302678c
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": "Error class for Octokit request errors",
"scripts": {
"build": "pika build",
"build": "pika-pack build",
"lint": "prettier --check '{src,test}/**/*' README.md package.json",
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json",
"pretest": "npm run -s lint",
Expand Down

0 comments on commit 302678c

Please sign in to comment.