Skip to content

Commit

Permalink
Test changing scope
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Nov 5, 2024
1 parent 923fe73 commit 3d5096a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
scope: '@stanfordbdhg'
scope: '@stanfordspezi'
- name: Clean Install
run: npm ci
- name: Set version
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,5 +1,5 @@
{
"name": "@stanfordbdhg/spezi-web-design-system",
"name": "@stanfordspezi/spezi-web-design-system",
"version": "0.1.0",
"description": "Stanford Biodesign Digital Health Spezi Web Design System",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default defineConfig({
entry: Object.fromEntries(
entires.map((entry) => [entry[0], path.resolve(__dirname, entry[1])]),
),
name: '@stanfordbdhg/spezi-web-design-system',
name: '@stanfordspezi/spezi-web-design-system',
fileName: (format, name) => {
if (format === 'es') return `${name}.js`
return `${name}.${format}`
Expand Down

0 comments on commit 3d5096a

Please sign in to comment.