Skip to content

Commit

Permalink
build outside of publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant committed Dec 29, 2023
1 parent 35a15e2 commit 724fd4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Install dependencies
run: yarn --immutable

- name: Build all SDK's
run: yarn g:build

- name: Release
env:
NPM_CONFIG_USERCONFIG: /dev/null
Expand Down
1 change: 0 additions & 1 deletion sdks/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"module": "dist/sdk-core.esm.js",
"scripts": {
"build": "tsdx build",
"prepublishOnly": "yarn run build",
"release": "semantic-release",
"start": "tsdx watch",
"test": "tsdx test"
Expand Down

0 comments on commit 724fd4d

Please sign in to comment.