Skip to content

Commit

Permalink
Remove update-api script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 30, 2023
1 parent 0c4b4f9 commit 5ae0be4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/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",
"emails-domain-accept-list-helper": "ts-node --skip-project src/bin/emails-domain-accept-list-helper.ts",
"update-api": "bash src/bin/update-api.sh"
"emails-domain-accept-list-helper": "ts-node --skip-project src/bin/emails-domain-accept-list-helper.ts"
},
"keycloakify": {
"themeName": "onyxia"
Expand Down

0 comments on commit 5ae0be4

Please sign in to comment.