Skip to content

Commit

Permalink
Docking: Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksashka11 committed Dec 26, 2024
1 parent e9ff68c commit 22f4109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Docking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.3.3"
},
"scripts": {
"link-all": "npm link datagrok-api @datagrok-libraries/utils @datagrok-libraries/bio @datagrok-libraries/tutorials",
"link-all": "npm link datagrok-api @datagrok-libraries/utils @datagrok-libraries/bio",
"debug-docking": "webpack && grok publish ",
"release-docking": "webpack && grok publish --release",
"build-docking": "webpack",
Expand All @@ -50,7 +50,7 @@
"test": "grok test",
"test-dev": "grok test --host dev",
"test-local": "grok test --host localhost",
"build-all": "npm --prefix ./../../js-api run build && npm --prefix ./../../libraries/utils run build && npm --prefix ./../../libraries/bio run build && npm --prefix ./../../libraries/tutorials run build && npm run build"
"build-all": "npm --prefix ./../../js-api run build && npm --prefix ./../../libraries/utils run build && npm --prefix ./../../libraries/bio run build && npm run build"
},
"canEdit": [
"Developers"
Expand Down

0 comments on commit 22f4109

Please sign in to comment.