Skip to content

Commit

Permalink
build(npm): replace 'pika' command with 'pika-pack' (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 24, 2022
1 parent e036e6a commit 5972849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"scripts": {
"build": "pika build",
"build": "pika-pack build",
"coverage": "jest --coverage && open coverage/lcov-report/index.html",
"generate-types": "ts-node --transpile-only scripts/generate-types.ts",
"lint": "prettier --check 'src/**/*.{ts,json}' 'scripts/**/*' 'test/**/*.ts' README.md package.json",
Expand Down

0 comments on commit 5972849

Please sign in to comment.