Skip to content

Commit

Permalink
Move scripts to root, remove linking script, link from libs into onyx…
Browse files Browse the repository at this point in the history
…ia instead, add a script to update onyxia-api
  • Loading branch information
garronej committed Sep 24, 2023
1 parent 0f5fafe commit 9d50ecd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 234 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"_format": "prettier '**/*.{ts,tsx,json,md}'",
"format": "yarn _format --write",
"format:check": "yarn _format --list-different",
"link_inhouse_deps": "ts-node --skip-project src/bin/link_inhouse_deps.ts",
"emails_domain_accept_list_helper": "ts-node --skip-project src/bin/emails_domain_accept_list_helper.ts"
"emails-domain-accept-list-helper": "ts-node --skip-project src/bin/emails-domain-accept-list-helper.ts"
},
"dependencies": {
"onyxia-ui": "^1.0.0",
Expand Down
20 changes: 0 additions & 20 deletions src/bin/emails_domain_accept_list_helper.ts

This file was deleted.

212 changes: 0 additions & 212 deletions src/bin/link_inhouse_deps.ts

This file was deleted.

0 comments on commit 9d50ecd

Please sign in to comment.