File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed
Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 11.PHONY : all
22all : build
33
4- .PHONY : node_modules
5- .SILENT : node_modules
6- node_modules :
7- npm install
8-
94.PHONY : build
105.SILENT : build
11- build : node_modules
6+ build :
127 dfx canister create --all
138 dfx build
149
Original file line number Diff line number Diff line change 11.PHONY : all
22all : build
33
4- .PHONY : node_modules
5- .SILENT : node_modules
6- node_modules :
7- npm install
8-
94.PHONY : build
105.SILENT : build
11- build : node_modules
6+ build :
127 dfx canister create --all
138 dfx build
149
@@ -25,8 +20,8 @@ upgrade: build
2520.PHONY : test
2621.SILENT : test
2722test : install
28- dfx canister call backend get_leaderboard \
29- | grep ' (vec {} )' && echo ' PASS'
23+ dfx canister call backend greet ' ("world") ' \
24+ | grep ' ("Hello, world!" )' && echo ' PASS'
3025
3126.PHONY : clean
3227.SILENT : clean
You can’t perform that action at this time.
0 commit comments