Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 58a63d4

Browse files
committed
update post install path
1 parent cabd990 commit 58a63d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-service/template_package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const contents = (options) => `{
1010
"storybook": "start-storybook -h dev-developer.cloud.unity3d.com -c .storybook",
1111
"test": "jest",
1212
"test:generate-output": "jest --json --outputFile=jest-results.json",
13-
"postinstall": "node ./scripts/postinstall.js"
13+
"postinstall": "node ./node_modules/@packagedcomponents/dev-scripts/service-init"
1414
},
1515
"jest": {
1616
"setupFiles": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unity-frontend-cli",
3-
"version": "1.0.7",
3+
"version": "1.0.9",
44
"description": "A collection of scripts for setting up new cloud service UI projects.",
55
"bin": {
66
"web-cli": "./index.js",

0 commit comments

Comments
 (0)