Skip to content

Commit

Permalink
feat: try out npm org
Browse files Browse the repository at this point in the history
  • Loading branch information
joschka committed Aug 9, 2023
1 parent 51874c2 commit 4b3af84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org
scope: "@digitalservice4germany"
- run: npm install
- run: npm ci
- run: npm run build
- run: npm test
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "npm-package-example-joschka",
"name": "@jcuv-test-org/npm-package-example",
"version": "0.0.0-development",
"description": "",
"main": "index.js",
Expand Down

0 comments on commit 4b3af84

Please sign in to comment.