Skip to content

Commit 02fa72f

Browse files
authored
Merge pull request #16 from dfinity/raymondk-patch-2
fix: Frontend build would fail because package.lock was not present
2 parents 1631a66 + 0f20922 commit 02fa72f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

hello-world/frontend/canister.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ build:
88
url: https://github.com/dfinity/sdk/raw/89243f2268b6d0ec77d589b7b1b27af931f70edd/src/distributed/assetstorage.wasm.gz
99
sha256: b312a16c3179cf8384afa852e468c1333b7439d4c5a39f26df69b12320f629f8
1010

11+
# Install the dependencies
12+
# Eventually you might want to use `npm ci` to lock your dependencies
1113
- type: script
12-
command: npm ci
14+
command: npm install
1315

1416
# Generate the bindings from backend.did file in the backend canister
1517
# You could choose to run this once manually and checkin the generated code

0 commit comments

Comments
 (0)