We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1631a66 + 0f20922 commit 02fa72fCopy full SHA for 02fa72f
1 file changed
hello-world/frontend/canister.yaml
@@ -8,8 +8,10 @@ build:
8
url: https://github.com/dfinity/sdk/raw/89243f2268b6d0ec77d589b7b1b27af931f70edd/src/distributed/assetstorage.wasm.gz
9
sha256: b312a16c3179cf8384afa852e468c1333b7439d4c5a39f26df69b12320f629f8
10
11
+ # Install the dependencies
12
+ # Eventually you might want to use `npm ci` to lock your dependencies
13
- type: script
- command: npm ci
14
+ command: npm install
15
16
# Generate the bindings from backend.did file in the backend canister
17
# You could choose to run this once manually and checkin the generated code
0 commit comments