Skip to content

Commit

Permalink
Merge pull request #514 from commons-stack/v0_10_0
Browse files Browse the repository at this point in the history
v0.10.0 Fix build issues
  • Loading branch information
kristoferlund authored Jul 2, 2022
2 parents f84ee31 + 54801ab commit fa146a2
Show file tree
Hide file tree
Showing 37 changed files with 887 additions and 886 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
ignorePatterns: ['dist', 'scripts'],
rules: {
'import/no-unresolved': 'error',
'prettier/prettier': 'error',
'prettier/prettier': ['error', { singleQuote: true }],
'block-scoped-var': 'error',
eqeqeq: 'error',
'no-var': 'error',
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

786 changes: 786 additions & 0 deletions .yarn/releases/yarn-3.2.1.cjs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.2.0.cjs

nodeLinker: "node-modules"
yarnPath: .yarn/releases/yarn-3.2.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"prettier": "^2.5.1",
"typescript": "^4.5.5"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
1 change: 0 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mime-types": "^2.1.34",
"mongodb": "workspace:^",
"mongoose": "^6.1.2",
"mongoose-paginate-ts": "^1.2.0",
"morgan": "^1.10.0",
Expand Down
1 change: 1 addition & 0 deletions packages/discord-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /usr/src/

# Copy workspace config
COPY ./package*.json .
COPY ./.eslintrc.js .
COPY ./.yarnrc.yml .
COPY ./yarn.lock .
COPY ./.yarn ./.yarn
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /usr/src/

# Copy workspace config
COPY ./package*.json .
COPY ./.eslintrc.js .
COPY ./.yarnrc.yml .
COPY ./yarn.lock .
COPY ./.yarn ./.yarn
Expand Down
Loading

0 comments on commit fa146a2

Please sign in to comment.