Skip to content

Commit

Permalink
CI workflows overhaul: Remove build from repo (#203)
Browse files Browse the repository at this point in the history
* Remove build from repo

* fix(.github): Update workflow labels
  • Loading branch information
igoroctaviano authored May 7, 2024
1 parent 8eb6c17 commit 61fee9f
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 213 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
ref: master
persist-credentials: false

- name: Setup Node
- name: Setup node
uses: actions/[email protected]
with:
node-version: 20.8.1

- name: Install dependencies
run: yarn

- name: Run build
- name: Build
run: yarn build

- name: ZIP build
- name: Zip build
run: zip -r build.zip build

- name: Release
Expand Down
1 change: 0 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"@semantic-release/git",
{
"assets": [
"build/**/*.{js,css}",
"docs",
"package.json"
],
Expand Down
17 changes: 0 additions & 17 deletions build/config/demo.js

This file was deleted.

145 changes: 0 additions & 145 deletions build/config/local.js

This file was deleted.

24 changes: 0 additions & 24 deletions build/config/preview.js

This file was deleted.

3 changes: 0 additions & 3 deletions build/static/css/267.ca42ab60.chunk.css

This file was deleted.

3 changes: 0 additions & 3 deletions build/static/css/455.b37fdaf9.chunk.css

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/css/main.e6c13ad2.css

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/267.9beeab82.chunk.js

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/455.46becc8e.chunk.js

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/565.45907bdd.chunk.js

This file was deleted.

3 changes: 0 additions & 3 deletions build/static/js/745.f88f3252.chunk.js

This file was deleted.

2 changes: 0 additions & 2 deletions build/static/js/dicomMicroscopyViewer.min.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/index.worker.min.worker.js

This file was deleted.

3 changes: 0 additions & 3 deletions build/static/js/main.71900f64.js

This file was deleted.

0 comments on commit 61fee9f

Please sign in to comment.