@@ -49,7 +49,7 @@ module.exports = {
4949 script : false ,
5050 } ,
5151 "compile" : {
52- dependsOn : [ "commonjs" , "build:esnext" , "api" , " build:test", "build:copy" ] ,
52+ dependsOn : [ "commonjs" , "build:esnext" , "build:test" , "build:copy" ] ,
5353 script : false ,
5454 } ,
5555 "commonjs" : {
@@ -77,12 +77,11 @@ module.exports = {
7777 // Generic build:test script should be replaced by :esm or :cjs specific versions.
7878 // "tsc" would be nice to eliminate from here, but plenty of packages still focus
7979 // on CommonJS.
80- "build:test" : [ "typetests:gen" , "tsc" , "api-extractor:commonjs" , "api-extractor:esnext" ] ,
81- "build:test:cjs" : [ "typetests:gen" , "tsc" , "api-extractor:commonjs" ] ,
82- "build:test:esm" : [ "typetests:gen" , "build:esnext" , "api-extractor:esnext" ] ,
80+ "build:test" : [ "typetests:gen" , "tsc" ] ,
81+ "build:test:cjs" : [ "typetests:gen" , "tsc" ] ,
82+ "build:test:esm" : [ "typetests:gen" , "build:esnext" ] ,
8383 "api" : {
8484 dependsOn : [ "api-extractor:commonjs" , "api-extractor:esnext" ] ,
85- // dependsOn: ["api-extractor:commonjs", "api-extractor:esnext"],
8685 script : false ,
8786 } ,
8887 "api-extractor:commonjs" : [ "tsc" ] ,
0 commit comments