File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 137
137
"test" : " sf-test" ,
138
138
"test:command-reference" : " ./bin/run commandreference:generate --erroronwarnings" ,
139
139
"test:deprecation-policy" : " ./bin/run snapshot:compare" ,
140
- "test:nuts" : " PLUGIN_SOURCE_SEED_EXCLUDE=deploy.async ts-node ./test/nuts/generateNuts.ts && nyc mocha \" **/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0" ,
140
+ "test:nuts" : " cross-env PLUGIN_SOURCE_SEED_EXCLUDE=deploy.async ts-node ./test/nuts/generateNuts.ts && nyc mocha \" **/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0" ,
141
141
"test:nuts:convert" : " cross-env PLUGIN_SOURCE_SEED_FILTER=convert ts-node ./test/nuts/generateNuts.ts && mocha \" test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0" ,
142
142
"test:nuts:delete" : " mocha \" test/nuts/delete.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0" ,
143
143
"test:nuts:deploy" : " cross-env PLUGIN_SOURCE_SEED_FILTER=deploy PLUGIN_SOURCE_SEED_EXCLUDE=async ts-node ./test/nuts/generateNuts.ts && mocha \" test/nuts/generated/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --retries 0" ,
You can’t perform that action at this time.
0 commit comments