Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 24, 2022
1 parent 3059552 commit 9e67ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"description": "GitHub Apps toolset for Node.js",
"main": "index.js",
"scripts": {
"build": "pika build",
"build": "pika-pack build",
"lint": "prettier --check {src,test}/* *.md package.json",
"lint:fix": "prettier --write {src,test}/* *.md package.json",
"pretest": "npm run -s lint",
Expand Down

0 comments on commit 9e67ee7

Please sign in to comment.