Skip to content

Commit

Permalink
comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj-StepSecurity committed Dec 5, 2024
1 parent 9b6c8e9 commit 2adfb5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
echo "@${{ github.repository_owner }}:registry=https://npm.pkg.github.com/" >> ~/.npmrc
- run: npm install
- run: npm run build
- run: npm run pre-build
- run: npm run lint
- run: npm run test
- run: npm run pack
- run: npm run build
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "npx eslint .",
"test": "npx jest",
"build": "npx ncc build src/action.ts -o dist",
"repack": "npm run build && npm run deployAssets && npm run lint && npm run pack"
"repack": "npm run build && npm run deployAssets && npm run lint && npm run build"
},
"devDependencies": {
"@types/node": "^20.8.9",
Expand Down

0 comments on commit 2adfb5b

Please sign in to comment.