Skip to content

Commit

Permalink
build: sw-2778 deprecate, remove, clean preview-beta refs
Browse files Browse the repository at this point in the history
* integration, gh actions, remove beta-preview checks
* contributing, readme, release update, deprecate params
* pre script, deprecated annotations
* src/helpers, deprecate dotenv path prefix params
  • Loading branch information
cdcabrera committed Jul 31, 2024
1 parent ec0d8c9 commit cc11e40
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 93 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.COV_TOKEN }}
- name: Confirm preview integration
if: ${{ success() }}
run: npm run build
env:
BETA: true
- name: Confirm stable integration
- name: Confirm integration
if: ${{ success() }}
run: npm run build
Loading

0 comments on commit cc11e40

Please sign in to comment.