Skip to content

Commit

Permalink
Updated the package json file and add npm isntall to release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
JUGG097 committed Jun 30, 2023
1 parent 1c89302 commit 78c6178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
always-auth: true
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- run: npm install

# Perform installs, run tests, run a build step, etc. here, as needed.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retrievetokens",
"version": "1.0.5",
"version": "1.0.6",
"description": "A simple package for interacting with web client storages like `localStorage`",
"source": "src/index.ts",
"exports": {
Expand Down

0 comments on commit 78c6178

Please sign in to comment.