Skip to content

Commit 45b1d59

Browse files
committed
fix builds
1 parent 7861afc commit 45b1d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"type": "module",
2323
"scripts": {
2424
"library:build:clean": "fse remove dist && npm run library:build:dirty",
25-
"library:build:dirty": "node --esm ./automation/library/build.js",
25+
"library:build:dirty": "node ./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.js",
29+
"documentation:generate": "node ./automation/documentation/generate.js",
3030
"library:documentation:generate": "typedoc ./src/main.js"
3131
},
3232
"main": "dist/main.js",

0 commit comments

Comments
 (0)