Skip to content

Commit

Permalink
Merge pull request #186 from l0drex/beta
Browse files Browse the repository at this point in the history
v1.5
  • Loading branch information
l0drex authored Jun 17, 2023
2 parents 93a5f7b + 4ce90a5 commit 1a4a28c
Show file tree
Hide file tree
Showing 44 changed files with 13,981 additions and 30,546 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
cache: 'yarn'
- name: Install and Build
run: |
npm ci
npm run build --if-present
yarn install --frozen-lockfile
yarn build --if-present
- name: Test
run: npm test
run: yarn test
- uses: actions/upload-artifact@v3
with:
name: production-files
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules
dist
.idea
.cache
build
Loading

0 comments on commit 1a4a28c

Please sign in to comment.