Skip to content

Commit

Permalink
Merge pull request #2 from kbarbounakis/update-publish-script
Browse files Browse the repository at this point in the history
Update publish action
  • Loading branch information
kbarbounakis authored Nov 14, 2024
2 parents 18e03ad + 135a805 commit 934686c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spec
.nyc_output
coverage
jest.config.js
jest.setup.js


# eslint
Expand All @@ -29,6 +30,7 @@ jest.config.js
# babel
babel.config.js
rollup.config.js
jsconfig.js

# gitpod
.gitpod.yml
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themost/core",
"version": "2.0.0",
"version": "2.1.0",
"description": "@themost-framework core data object",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 934686c

Please sign in to comment.