File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
"files" : [],
6
6
"scripts" : {
7
7
"start" : " node --max-old-space-size=32384 --require ts-node/register --require tsconfig-paths/register src/cli.ts" ,
8
- "build" : " rm -rf ./out && cross-env CLI=true UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js" ,
8
+ "build" : " rm -rf ./out && ../../node_modules/.bin/ cross-env CLI=true UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js" ,
9
9
"build:nexe" : " node scripts/nexe.js"
10
10
},
11
11
"dependencies" : {
Original file line number Diff line number Diff line change 3
3
"description" : " VS Code implementation of the browser-based IDE client." ,
4
4
"main" : " src/index.ts" ,
5
5
"scripts" : {
6
- "build:bootstrap-fork" : " cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.bootstrap.config.js"
6
+ "build:bootstrap-fork" : " ../../node_modules/.bin/ cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.bootstrap.config.js"
7
7
},
8
8
"dependencies" : {
9
9
"iconv-lite" : " ^0.4.24" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coder/web" ,
3
3
"scripts" : {
4
- "build" : " cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js"
4
+ "build" : " ../../node_modules/.bin/ cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js"
5
5
}
6
- }
6
+ }
You can’t perform that action at this time.
0 commit comments