Skip to content

Commit

Permalink
Fix GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cNikolaou committed Jun 10, 2024
1 parent ea15cb2 commit a8cb52a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
run: pnpm build

- name: Initialise sample project
# workaround for the "moduleResolution": "node" issue is fixed
if: always()
run: pnpm --filter=scaf scaf init
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pnpm build

- name: Publish package
run: pnpm --filter=scaf publish --access public
run: pnpm --filter=scaf publish --access public --no-git-checks
# workaround for the "moduleResolution": "node" issue is fixed
if: always()
env:
Expand Down
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ sui_local_network/
.DS_Store

# files created by
/genesis.yaml
/scripts/
/scaf.config.js
.env.example
packages/scaf/genesis.yaml
packages/scaf/scripts/
packages/scaf/packages/
packages/scaf/test/
packages/scaf/scaf.config.js
packages/scaf/.env.example

0 comments on commit a8cb52a

Please sign in to comment.