Skip to content

Commit 5972849

Browse files
authored
build(npm): replace 'pika' command with 'pika-pack' (#692)
1 parent e036e6a commit 5972849

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
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"author": "Gregor Martynus (https://twitter.com/gr2m)",
99
"scripts": {
10-
"build": "pika build",
10+
"build": "pika-pack build",
1111
"coverage": "jest --coverage && open coverage/lcov-report/index.html",
1212
"generate-types": "ts-node --transpile-only scripts/generate-types.ts",
1313
"lint": "prettier --check 'src/**/*.{ts,json}' 'scripts/**/*' 'test/**/*.ts' README.md package.json",

0 commit comments

Comments
 (0)