Skip to content

Commit

Permalink
chore: remove releasegold
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 9, 2024
1 parent 37d6cfa commit a79b1ff
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 1,870 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"preinstall": "git config --global url.\"https://\".insteadOf ssh://",
"lint": "yarn lerna run lint && yarn run --silent lint:do-not-merge",
"lint": "yarn lerna run lint && yarn run lint:do-not-merge",
"lint:do-not-merge": "git grep -E 'DO[ _]*NOT[ _]*MERGE';",
"prettify": "yarn run prettier --config .prettierrc.js --write '**/*.+(ts|tsx|js|jsx|sol|java)'",
"prettify:diff": "yarn run prettier --config .prettierrc.js --list-different '**/*.+(ts|tsx|js|jsx|sol|java)'",
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module.exports = {
extends: '../../.eslintrc.js',
// the releasegold folder is a symlink of releasecelo
// can't add a .eslintignore since it'd ignore the src folder
ignorePatterns: ['**/commands/releasegold/*'],
}
183 changes: 0 additions & 183 deletions packages/cli/src/commands/releasegold/admin-revoke.test.ts

This file was deleted.

146 changes: 0 additions & 146 deletions packages/cli/src/commands/releasegold/admin-revoke.ts

This file was deleted.

Loading

0 comments on commit a79b1ff

Please sign in to comment.