Skip to content

Commit

Permalink
fjl - Updated package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Apr 3, 2023
1 parent 762d1a4 commit 4f0f168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- uses: browser-actions/setup-chrome@latest
- run: chrome --version
- run: npm ci
- run: cd packages/fjl && npm ci && npm publish
- run: npm run link-and-build:packages
- run: cd packages/fjl && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
PUPPETEER_EXE_PATH: $(which chrome)
2 changes: 1 addition & 1 deletion packages/fjl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fjl",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Functional Javascript Library.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4f0f168

Please sign in to comment.