Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jun 24, 2022
1 parent 6a386ca commit 0fb80ce
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": "GitHub GraphQL API client for browsers and Node",
"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 lint -s",
Expand Down

0 comments on commit 0fb80ce

Please sign in to comment.