Skip to content

Commit 3f572b3

Browse files
authored
build(npm): replace 'pika' command with 'pika-pack' (#217)
1 parent 25c15b1 commit 3f572b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"version": "0.0.0-development",
77
"description": "GitHub API token authentication for GitHub Actions",
88
"scripts": {
9-
"build": "pika build",
9+
"build": "pika-pack build",
1010
"lint": "prettier --check '{src,test}/**/*.{ts,md}' README.md *.json",
1111
"lint:fix": "prettier --write '{src,test}/**/*.{ts,md}' README.md *.json",
1212
"pretest": "npm run -s lint",

0 commit comments

Comments
 (0)