Skip to content

Commit

Permalink
fix canary to release on esm
Browse files Browse the repository at this point in the history
  • Loading branch information
plusminushalf committed Jun 6, 2024
1 parent 1ef399c commit 7b1e06f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
npm --no-git-tag-version version 0.0.0
npm --no-git-tag-version version $(npm pkg get version | sed 's/"//g')-$(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//').$(date +'%Y%m%dT%H%M%S')
- name: Build
run: pnpm run build
run: pnpm run build:esm

- name: Publish alto to npm
run: cd src && npm publish --access public --tag $(git branch --show-current | tr -cs '[:alnum:]-' '-' | tr '[:upper:]' '[:lower:]' | sed 's/-$//')
Expand Down
1 change: 0 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@pimlico/alto",
"version": "0.0.1",
"type": "module",
"description": "A performant and modular ERC-4337 Bundler written in Typescript",
"repository": "https://github.com/pimlicolabs/alto.git",
"author": "Pimlico",
Expand Down

0 comments on commit 7b1e06f

Please sign in to comment.