Skip to content

Commit

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

0 comments on commit 45b1d59

Please sign in to comment.