Skip to content

Commit

Permalink
fix library:build:dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed May 11, 2024
1 parent 95c8306 commit 7861afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "module",
"scripts": {
"library:build:clean": "fse remove dist && npm run library:build:dirty",
"library:build:dirty": "ts-node --esm ./automation/library/build.js",
"library:build:dirty": "node --esm ./automation/library/build.js",
"npm-pull": "npm-pull",
"npm-release": "npm-release",
"library:build:generate-package-class": "generate-package-class",
Expand Down

0 comments on commit 7861afc

Please sign in to comment.