Skip to content

Commit

Permalink
move build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gebuz committed Dec 6, 2023
1 parent c3af3c4 commit be8bf38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build

# Important note:
# This only works in github actions when you've added an "automation token" by the name of "NPM_TOKEN" to "repository secrets"
Expand All @@ -27,6 +26,7 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org
- run: npm run build
- run: npm publish --access public --dry-run
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
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": "@dataforsyningen/gsearch-ui",
"version": "1.4.3",
"version": "1.4.4",
"description": "UI component for GSearch.",
"main": "public/search.js",
"type": "module",
Expand Down

0 comments on commit be8bf38

Please sign in to comment.