Skip to content

Commit

Permalink
Merge pull request #43 from belettee/cleanup-ci
Browse files Browse the repository at this point in the history
Cleanup CI
  • Loading branch information
devbence committed Apr 22, 2024
2 parents 96c6745 + 1ce894a commit f3bec7a
Show file tree
Hide file tree
Showing 6,272 changed files with 228 additions and 1,379,914 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 3 additions & 4 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18.15.0'
node-version: '20.11.1'

- name: Install dependencies
run: |
npm ci
npm i
npm clean-install
- name: Build
run: npm run build
Expand All @@ -47,7 +46,7 @@ jobs:
if: github.event_name != 'workflow_dispatch'

- name: Compress SITCoop folder
run: zip -r SITCoop.zip ./SITCoop
run: zip -r SITCoop.zip ./dist/SITCoop
if: github.event_name == 'workflow_dispatch'

- name: Create release
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Aki-Server
SITCoop
tempZipContents
*.zip
/node_modules
/tmp
16 changes: 0 additions & 16 deletions node_modules/.bin/acorn

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/acorn.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/acorn.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/bestzip

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/bestzip.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/bestzip.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/crc32

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/crc32.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/crc32.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/eslint

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/eslint.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/eslint.ps1

This file was deleted.

16 changes: 0 additions & 16 deletions node_modules/.bin/fxparser

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/fxparser.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions node_modules/.bin/fxparser.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions node_modules/.bin/glob

This file was deleted.

17 changes: 0 additions & 17 deletions node_modules/.bin/glob.cmd

This file was deleted.

Loading

0 comments on commit f3bec7a

Please sign in to comment.