Skip to content

Commit

Permalink
add: script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasHeine committed Dec 4, 2024
1 parent 952be94 commit 9662268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"dev-start_lds": "tsc && node dst/src/LocalDiscoveryServer/local-discovery-server.js",
"dev-debug": "tsc && node --inspect dst/src/server.js",
"dev-update:node-opcua": "npx rimraf node_modules && npx -y npm-check-updates -u -f \"node-opcua*\" && npm install",
"dev-update:dependencygraph": "depcruise --no-config --include-only ^src --output-type dot src | dot -T svg > dependencygraph.svg"
"dev-update:dependencygraph": "depcruise --no-config --include-only ^src --output-type dot src | dot -T svg > dependencygraph.svg",
"linting": "npx prettier --write src/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9662268

Please sign in to comment.