Skip to content

Commit

Permalink
Fix: angular SDK (#3271)
Browse files Browse the repository at this point in the history
## Description

fix sdk for release
  • Loading branch information
samijaber committed May 7, 2024
1 parent 7065b6c commit 23878e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"e2e:run:old-react": "SDK=oldReact yarn workspace @builder.io/sdks e2e:run",
"ci:changeset": "changeset status --since=main",
"fix-core-version": "yarn workspace @builder.io/react fix-core-version",
"build:sdks": "yarn nx run-many --skip-nx-cache -t build [email protected]/sdk-\\*,@builder.io/react [email protected]/sdk-angular",
"build:sdks": "yarn nx run-many --skip-nx-cache -t build [email protected]/sdk-\\*,@builder.io/react",
"ci:release": "yarn build:sdks && yarn run fix-core-version && yarn g:changeset publish"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/sdks/output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"files": [
"lib"
],
"private": true,
"scripts": {
"release": "npm publish",
"build-inline-fns": "echo 'not implemented yet'",
Expand Down

0 comments on commit 23878e4

Please sign in to comment.