Skip to content

Commit

Permalink
build: continue fixing the build
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Oct 21, 2024
1 parent cdc4e81 commit 016ff4e
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 388 deletions.
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,9 @@
"build": "node scripts/esbuild.js",
"start": "node dist/cli.js",
"lint": "yarn workspaces foreach -R run lint",
"test": "yarn test:types && yarn test:unit",
"test:unit": "yarn workspaces foreach -R run test",
"test:types": "yarn workspaces foreach -R run build",
"test": "yarn workspaces foreach --exclude '@interslavic/cli' -R run test",
"semantic-release": "semantic-release"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.1",
"bunyamin": "^1.6.3",
"bunyan": "^2.0.5",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"googleapis": "^144.0.0",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"yaml": "^2.5.1"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
Expand Down
1 change: 1 addition & 0 deletions packages/analysis/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default [...eslintConfigCli, {
'unicorn/no-array-callback-reference': 'off',
'unicorn/no-array-reduce': 'off',
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-anonymous-default-export': 'off',
'@typescript-eslint/no-explicit-any': 'off'
}
}];
File renamed without changes.
2 changes: 2 additions & 0 deletions packages/engine/src/cli/add-tests.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export default { 'no': 'need' };

// import 'zx/globals';
// import vm from 'node:vm';
// import _ from 'lodash';
Expand Down
3 changes: 1 addition & 2 deletions packages/engine/src/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

import yargs from 'yargs';
import { hideBin } from 'yargs/helpers';

import * as synsets from './synsets';
import * as spreadsheets from './spreadsheets';
import * as users from './users';

// eslint-disable-next-line @typescript-eslint/no-unused-expressions
yargs(hideBin(process.argv))
.scriptName('isv')
.command(synsets as any)
Expand Down
255 changes: 0 additions & 255 deletions packages/engine/src/sync/backup/analyze.ts

This file was deleted.

85 changes: 0 additions & 85 deletions packages/engine/src/sync/backup/flavorize.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/engine/src/sync/backup/index.ts

This file was deleted.

Loading

0 comments on commit 016ff4e

Please sign in to comment.