Skip to content

Commit

Permalink
ci: update workflow to nx namespace scoping
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Aug 5, 2024
1 parent c4cfdad commit 84a1262
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/build-core/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ runs:
shell: bash

- name: Build Core
run: npx nx run core:build
run: npx nx run @pine-ds/core:build
shell: bash

- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
working-directory: ${{ inputs.working-directory }}

- name: Run Build
run: npx nx run ${{ inputs.project }}:build
run: npx nx run @pine-ds/${{ inputs.project }}:build
shell: bash

- name: Prepare NPM Token
Expand Down
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"defaultBase": "origin/main",
"npmScope": "pine-ds",
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepare": "node ./.scripts/prepare.js",
"setup": "npm install",
"start": "npx nx run-many -t start",
"stencil.generate": "npx nx run core:generate",
"stencil.generate": "npx nx run @pine-ds/core:generate",
"test.all": "npx nx run-many --target=test"
},
"devDependencies": {
Expand Down

0 comments on commit 84a1262

Please sign in to comment.