Skip to content

Commit

Permalink
rm @df/device and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed May 7, 2024
1 parent 0d642eb commit 6b33e1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
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": "ts-node --esm ./automation/library/build.ts",
"library:build:dirty": "ts-node --esm ./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.ts",
"documentation:generate": "ts-node --esm ./automation/documentation/generate.js",
"library:documentation:generate": "typedoc ./src/main.ts"
},
"main": "dist/main.js",
Expand Down

0 comments on commit 6b33e1c

Please sign in to comment.