Skip to content

Commit

Permalink
Remove custom resetProDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed May 29, 2023
1 parent 1631f28 commit b5a2729
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
- run: yarn build --configuration=production
- run: yarn build:sdk

- name: Reset pro dependencies
run: node scripts/resetProDependencies.js

- name: Publish budibase packages to NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ jobs:
- run: yarn build --configuration=production
- run: yarn build:sdk

- name: Reset pro dependencies
run: node scripts/resetProDependencies.js

- name: Publish budibase packages to NPM
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
38 changes: 0 additions & 38 deletions scripts/resetProDependencies.js

This file was deleted.

0 comments on commit b5a2729

Please sign in to comment.