Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 24, 2022
1 parent 6670675 commit 92e52d4
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 @@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "GitHub OAuth toolset for Node.js",
"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 92e52d4

Please sign in to comment.