From 5972849506e0eac9e7716302d2ec58a12537441c Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Sat, 25 Jun 2022 01:18:34 +0200 Subject: [PATCH] build(npm): replace 'pika' command with 'pika-pack' (#692) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e96acbb..0adf6cd3 100644 --- a/package.json +++ b/package.json @@ -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",