Skip to content

Commit

Permalink
Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mzogheib committed Jul 14, 2024
1 parent 3f6270b commit 62ce8b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/root__publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:

- name: Install
shell: bash
run: yarn install --immutable
run: yarn

- name: Release
shell: bash
run: yarn release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: ls -al packages/ui-primitives
1 change: 1 addition & 0 deletions packages/ui-primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"start": "tsc --watch",
"build": "tsc",
"prepare": "echo 'prepare script' && yarn build",
"type-check": "tsc --noEmit",
"prepublishOnly": "yarn build"
},
Expand Down

0 comments on commit 62ce8b2

Please sign in to comment.