Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Mar 13, 2022
1 parent 0151ef0 commit 7081bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
},
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"scripts": {
"build": "pika build",
"build": "pika-pack build",
"lint": "prettier --check '{src,test}/**/*.{ts,md}' README.md package.json",
"lint:fix": "prettier --write '{src,test}/**/*.{ts,md}' README.md package.json",
"pretest": "npm run -s lint",
Expand Down

3 comments on commit 7081bb3

@Aminamini19901
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

@Aminamini19901
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1

@Aminamini19901
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1حذف

Please sign in to comment.