Skip to content

Commit

Permalink
add clg on build
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelMenet committed Mar 21, 2024
1 parent 0fc627a commit a3e359d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sonarV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: 18
- run: yarn
- run: yarn build
- run: ls -l build
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sonor",
"private": true,
"version": "2.0.11",
"version": "2.0.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit a3e359d

Please sign in to comment.