Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
c081030d
Unverified
Commit
c081030d
authored
May 03, 2023
by
Stephen Zhou
Committed by
GitHub
May 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: lock pnpm version (#1628)
parent
e3496ac1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+1
-1
package.json
web/package.json
+1
-0
No files found.
Dockerfile
View file @
c081030d
...
...
@@ -4,7 +4,7 @@ WORKDIR /frontend-build
COPY
./web/package.json ./web/pnpm-lock.yaml ./
RUN
npm
install
-g
pnpm
&&
pnpm i
--frozen-lockfile
RUN
corepack
enable
&&
pnpm i
--frozen-lockfile
COPY
./web/ .
...
...
web/package.json
View file @
c081030d
...
...
@@ -6,6 +6,7 @@
"lint"
:
"eslint --ext .js,.ts,.tsx, src"
,
"lint-fix"
:
"eslint --ext .js,.ts,.tsx, src --fix"
},
"packageManager"
:
"pnpm@8.4.0"
,
"dependencies"
:
{
"@emotion/react"
:
"^11.10.5"
,
"@emotion/styled"
:
"^11.10.5"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment