Skip to content

Commit

Permalink
update publish for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswenzel authored and GitHub Actions Bot committed May 30, 2023
1 parent a0e6aaf commit af720bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: grep -RiIln 'seaport-types' src | xargs sed -i 's/seaport\-types/seaport\-types\/src/g'
- run: grep -RiIln 'seaport-core' src | xargs sed -i 's/seaport\-core/seaport\-core\/src/g'
- run: yarn
- run: npm publish --access public
env:
Expand Down

0 comments on commit af720bb

Please sign in to comment.