We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d642eb commit 6b33e1cCopy full SHA for 6b33e1c
automation/documentation/generate.ts renamed to automation/documentation/generate.js
automation/library/build.ts renamed to automation/library/build.js
package.json
@@ -22,11 +22,11 @@
22
"type": "module",
23
"scripts": {
24
"library:build:clean": "fse remove dist && npm run library:build:dirty",
25
- "library:build:dirty": "ts-node --esm ./automation/library/build.ts",
+ "library:build:dirty": "ts-node --esm ./automation/library/build.js",
26
"npm-pull": "npm-pull",
27
"npm-release": "npm-release",
28
"library:build:generate-package-class": "generate-package-class",
29
- "documentation:generate": "ts-node --esm ./automation/documentation/generate.ts",
+ "documentation:generate": "ts-node --esm ./automation/documentation/generate.js",
30
"library:documentation:generate": "typedoc ./src/main.ts"
31
},
32
"main": "dist/main.js",
0 commit comments