Skip to content

Commit

Permalink
update: publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
arihanv committed May 20, 2024
1 parent 22412b9 commit ee4a48d
Show file tree
Hide file tree
Showing 5 changed files with 11,899 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
extends: ['@rubriclab/eslint-config'],
root: true
extends: ['@rubriclab/eslint-config', 'next/babel'],
root: true,
ignorePatterns: ['package-lock.json']
}
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: '20.x'
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit ee4a48d

Please sign in to comment.