Skip to content

Commit

Permalink
fix: npm run install to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
appsaeed committed May 22, 2024
1 parent 138219e commit dce9bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- run: npm config set registry https://registry.npmjs.org
- run: npm run install
- run: npm install
- run: npm run build
- run: npm publish --access public
env:
Expand All @@ -40,7 +40,7 @@ jobs:
# scope: "@appsaeed"

- run: npm config set registry https://npm.pkg.github.com
- run: npm run install
- run: npm install
- run: npm run build
- run: |
node <<EOF
Expand Down

0 comments on commit dce9bdc

Please sign in to comment.