File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 cache : ' npm'
2424
2525 - run : npm install
26- - run : npm run build
27- - run : npm run export
26+ - run : npm run bundle
2827
2928 - uses : vimtor/action-zip
3029 with :
Original file line number Diff line number Diff line change 11{
22 "contracts" : {
3- "FCL" : " ./cadence/contracts/FCL.cdc" ,
3+ "FCL" : {
4+ "source" : " ./cadence/contracts/FCL.cdc" ,
5+ "aliases" : {
6+ "mainnet" : " e467b9dd11fa00df" ,
7+ "testnet" : " 8c5303eaa26202d6" ,
8+ "emulator" : " f8d6e0586b0a20c7"
9+ }
10+ },
411 "FCLCrypto" : {
512 "source" : " ./cadence/contracts/FCLCrypto.cdc" ,
613 "aliases" : {
714 "mainnet" : " b4b82a1c9d21d284" ,
8- "testnet" : " 74daa6f9c7ef24b1"
15+ "testnet" : " 74daa6f9c7ef24b1" ,
16+ "emulator" : " b4b82a1c9d21d284"
917 }
1018 }
1119 },
Original file line number Diff line number Diff line change 1212 "tsc" : " ./node_modules/typescript/bin/tsc" ,
1313 "test" : " cypress run" ,
1414 "check" : " eslint . && npm run tsc" ,
15- "export" : " next export" ,
16- "bundle" : " next build && next export" ,
15+ "bundle" : " next build" ,
1716 "zip" : " cd ./out && zip -FSr ../go/wallet/bundle.zip . && cd .." ,
1817 "config" : " cp .env.development ./go/wallet" ,
1918 "go-server" : " npm run bundle && npm run zip && npm run config && go run ./go/wallet/cmd/main.go"
Original file line number Diff line number Diff line change 2727 },
2828 "include" : [
2929 " next-env.d.ts" ,
30- " types/**/*.d.ts" ,
3130 " **/*.ts" ,
3231 " **/*.tsx"
3332 ],
You can’t perform that action at this time.
0 commit comments