Skip to content

Commit

Permalink
do you think this is a motherfucking game?
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Jun 27, 2024
1 parent 9a61511 commit b066ef2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
node-version: 20
cache: "npm"
cache-dependency-path: "wormhole-connect/package-lock.json"
- run: cd wormhole-connect/wormhole-connect
- run: cd wormhole-connect
- run: cd wormhole-connect
- run: pwd; ls;
- run: npm ci
- run: npm run lint:ci
Expand All @@ -34,7 +35,8 @@ jobs:
node-version: 20
cache: "npm"
cache-dependency-path: "wormhole-connect/package-lock.json"
- run: cd wormhole-connect/wormhole-connect
- run: cd wormhole-connect
- run: cd wormhole-connect
- run: npm ci
- run: npm test
env:
Expand All @@ -59,7 +61,8 @@ jobs:
node-version: 20
cache: "npm"
cache-dependency-path: "wormhole-connect/package-lock.json"
- run: cd wormhole-connect/wormhole-connect
- run: cd wormhole-connect
- run: cd wormhole-connect
- run: npm ci
- run: npx tsx scripts/checkForeignAssetsConfig.ts
build-hosted:
Expand All @@ -72,7 +75,8 @@ jobs:
node-version: 20
cache: "npm"
cache-dependency-path: "wormhole-connect/package-lock.json"
- run: cd wormhole-connect/wormhole-connect
- run: cd wormhole-connect
- run: cd wormhole-connect
- run: npm ci
- run: npm run build:hosted
build-library:
Expand All @@ -85,6 +89,7 @@ jobs:
node-version: 20
cache: "npm"
cache-dependency-path: "wormhole-connect/package-lock.json"
- run: cd wormhole-connect/wormhole-connect
- run: cd wormhole-connect
- run: cd wormhole-connect
- run: npm ci
- run: npm run build:lib

0 comments on commit b066ef2

Please sign in to comment.