Skip to content

Commit 7861afc

Browse files
committed
fix library:build:dirty
1 parent 95c8306 commit 7861afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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.js",
25+
"library:build:dirty": "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",

0 commit comments

Comments
 (0)