Skip to content

Commit

Permalink
Edit release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spaaaacccee committed Feb 15, 2024
1 parent 465b2e2 commit cf59de5
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 128 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
branches:
- master
tags:
- "v*"
jobs:
checkout:
release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
env:
CI: false
Expand Down
6 changes: 1 addition & 5 deletions adapter-fs-bridge/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion adapter-fs-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"memoizee": "^0.4.15",
"node-emoji": "^2.1.0",
"protocol": "file:../protocol",
"push-code-generator": "file:../push-code-generator",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"typed-emitter": "^2.1.0",
Expand Down
6 changes: 1 addition & 5 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"pluralize": "^8.0.0",
"promise-tools": "^2.1.0",
"protocol": "file:../protocol",
"push-code-generator": "file:../push-code-generator",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-beautiful-dnd": "^13.1.1",
Expand Down
6 changes: 1 addition & 5 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@
"baseUrl": "src",
"downlevelIteration": true
},
"include": [
"src",
"src/components/app-bar/Title.test.tsx",
"../push-code-generator/index.ts"
]
"include": ["src", "src/components/app-bar/Title.test.tsx"]
}
61 changes: 0 additions & 61 deletions push-code-generator/index.ts

This file was deleted.

30 changes: 0 additions & 30 deletions push-code-generator/package-lock.json

This file was deleted.

17 changes: 0 additions & 17 deletions push-code-generator/package.json

This file was deleted.

0 comments on commit cf59de5

Please sign in to comment.