Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
4153a702
authored
Mar 01, 2023
by
芋道源码
Committed by
Gitee
Mar 01, 2023
Browse files
Options
Browse Files
Download
Plain Diff
!5 build script增加内存配置(解决nodejs默认配置内存溢出)
Merge pull request !5 from 孔思宇/feat-buildscript
parents
10c64eff
805f260d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
package.json
+3
-3
No files found.
package.json
View file @
4153a702
...
@@ -8,9 +8,9 @@
...
@@ -8,9 +8,9 @@
"i"
:
"pnpm install"
,
"i"
:
"pnpm install"
,
"dev"
:
"vite --mode base"
,
"dev"
:
"vite --mode base"
,
"ts:check"
:
"vue-tsc --noEmit"
,
"ts:check"
:
"vue-tsc --noEmit"
,
"build:pro"
:
"
vite
build --mode pro"
,
"build:pro"
:
"
node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js
build --mode pro"
,
"build:dev"
:
"
vite
build --mode dev"
,
"build:dev"
:
"
node --max_old_space_size=8000 ./node_modules/vite/bin/vite.js
build --mode dev"
,
"build:test"
:
"n
pm run ts:check && vite
build --mode test"
,
"build:test"
:
"n
ode --max_old_space_size=8000 ./node_modules/vite/bin/vite.js
build --mode test"
,
"serve:pro"
:
"vite preview --mode pro"
,
"serve:pro"
:
"vite preview --mode pro"
,
"serve:dev"
:
"vite preview --mode dev"
,
"serve:dev"
:
"vite preview --mode dev"
,
"serve:test"
:
"vite preview --mode test"
,
"serve:test"
:
"vite preview --mode test"
,
...
...
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