File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 2222 "type" : " module" ,
2323 "scripts" : {
2424 "library:build:clean" : " fse remove dist && npm run library:build:dirty" ,
25- "library:build:dirty" : " ts-node --esm ./automation/library/build.ts " ,
25+ "library:build:dirty" : " ts-node --esm ./automation/library/build.js " ,
2626 "npm-pull" : " npm-pull" ,
2727 "npm-release" : " npm-release" ,
2828 "library:build:generate-package-class" : " generate-package-class" ,
29- "documentation:generate" : " ts-node --esm ./automation/documentation/generate.ts " ,
29+ "documentation:generate" : " ts-node --esm ./automation/documentation/generate.js " ,
3030 "library:documentation:generate" : " typedoc ./src/main.ts"
3131 },
3232 "main" : " dist/main.js" ,
You can’t perform that action at this time.
0 commit comments