Skip to content

Commit

Permalink
revert again
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-almeida-imtbl committed Apr 15, 2024
1 parent 2c43c20 commit ace3142
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,11 @@ jobs:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org/
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile --network-concurrency 1
- name: Compile contracts
run: yarn compile
- name: Build dist files
run: rm -rf dist && yarn build
- name: Test publish
run: npm pack --dry-run

0 comments on commit ace3142

Please sign in to comment.