File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"compile" : " tsc" ,
9
9
"build" : " yarn run clean && yarn run compile" ,
10
- "test" : " yarn --cwd test install && yarn --cwd test jest " ,
10
+ "test" : " yarn --cwd test test" ,
11
11
"release" : " standard-version" ,
12
12
"--------------" : " " ,
13
13
"format" : " prettier --write ." ,
14
14
"clean" : " npx -y rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist" ,
15
15
"clean:all" : " yarn run clean && npx -y rimraf -g node_modules **/node_modules **/yarn.lock yarn.lock" ,
16
16
"reset" : " yarn run clean:all && yarn install && yarn build" ,
17
17
"-------------- " : " " ,
18
+ "pretest" : " yarn --cwd test install" ,
18
19
"prebuild" : " npx -y rimraf -g dist"
19
20
},
20
21
"keywords" : [
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"license" : " MIT" ,
4
4
"scripts" : {
5
+ "test" : " NODE_OPTIONS=--max_old_space_size=4096 jest" ,
5
6
"prepare" : " node prepare.js"
6
7
},
7
8
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments