Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jun 24, 2022
1 parent 051b335 commit f23f340
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 @@
"version": "0.0.0-development",
"description": "GitHub API token authentication for browsers and Node.js",
"scripts": {
"build": "pika build",
"build": "pika-pack build",
"test": "jest --coverage",
"pretest": "npm run -s lint",
"lint": "prettier --check '{src,test}/**/*.{ts,md}' '*.md' package.json",
Expand Down

0 comments on commit f23f340

Please sign in to comment.