We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c8306 commit 7861afcCopy full SHA for 7861afc
package.json
@@ -22,7 +22,7 @@
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.js",
+ "library:build:dirty": "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",
0 commit comments