Skip to content

Commit fe520b3

Browse files
authored
fix: replace pika with pika-pack (#171)
1 parent 8a435b0 commit fe520b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-package-json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function createPackageJson(answers) {
1212
version: "0.0.0-development",
1313
description: answers.description,
1414
scripts: {
15-
build: "pika build",
15+
build: "pika-pack build",
1616
lint: "prettier --check '{src,test}/**/*' README.md package.json",
1717
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json",
1818
pretest: "npm run -s lint",

0 commit comments

Comments
 (0)