-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert to Yarn for package management (#2247)
* Revert to Yarn for package management * ? * update yarn.lock * Fix type
- Loading branch information
1 parent
1953094
commit 812b844
Showing
10 changed files
with
1,511 additions
and
10,612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# yarn install --frozen-lockfile; | ||
npm ci --force | ||
yarn install --frozen-lockfile; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,9 @@ RUN apt-get update && apt-get install -y git \ | |
&& rm -rf /var/lib/apt/lists/* | ||
|
||
WORKDIR /app | ||
COPY yarn.lock package.json package-lock.json ./ | ||
COPY yarn.lock package.json ./ | ||
RUN yarn global add [email protected] | ||
# RUN yarn install --frozen-lockfile | ||
RUN npm ci --force | ||
RUN yarn install --frozen-lockfile | ||
COPY start.sh tsconfig.json ./ | ||
COPY i18n/ i18n/ | ||
COPY sql_dumps/daisuki/bootstrap.sql sql_dumps/daisuki/bootstrap.sql | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.