Skip to content

Commit

Permalink
* hotfix(deployment): skip cypress test from tsconfig
Browse files Browse the repository at this point in the history
* hotfix(deployment): skip cypress test from tsconfig
  • Loading branch information
blanxii authored Aug 12, 2024
1 parent 12407c5 commit 5d78f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Release pipeline
on:
push:
branches:
- main
- 'feature/**'
- 'feat/**'
- 'hotfix/**'
- 'ACT-**'

concurrency:
group: ${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"lint": "eslint \"src/**/*.{ts,js}\"",
"lint:fix": "eslint \"src/**/*.{ts,js}\" --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,json}' --config ./.prettierrc",
"build-package": "rollup -c",
"storybook": "storybook dev -p 6006",
Expand Down

0 comments on commit 5d78f84

Please sign in to comment.