Skip to content

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Nov 19, 2024
1 parent 2f0f32c commit aab5fc4
Show file tree
Hide file tree
Showing 5 changed files with 1,656 additions and 782 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ node_modules
.env.development.local
.env.test.local
.env.production.local
.yarn
.vite
/**/.vscode

Expand Down
874 changes: 874 additions & 0 deletions compliant-reward-distribution/frontend/.yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions compliant-reward-distribution/frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
yarnPath: .yarn/releases/yarn-3.6.3.cjs
nodeLinker: node-modules
2 changes: 1 addition & 1 deletion compliant-reward-distribution/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "compliance-reward-distribution-front-end",
"version": "1.0.0",
"type": "module",
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@3.6.3",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && cp -r ./public ./dist/",
Expand Down
Loading

0 comments on commit aab5fc4

Please sign in to comment.