Skip to content

Commit

Permalink
Is it still needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Aug 11, 2024
1 parent be948f5 commit 753d375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"voice-over-translation"
],
"devDependencies": {
"ajv": "^8.17.1",
"bun-types": "^1.1.20",
"css-loader": "^7.1.2",
"eslint": "^9.7.0",
Expand All @@ -41,10 +40,8 @@
},
"scripts": {
"test": "webpack build -c .webpack/config.test.js",
"build:default": "webpack build -c .webpack/webpack.config.js",
"build:default-min": "webpack build -c .webpack/webpack.config.js --env build_type=minify",
"build": "run-p build:default",
"build:min": "run-p build:default-min",
"build": "webpack build -c .webpack/webpack.config.js",
"build:min": "webpack build -c .webpack/webpack.config.js --env build_type=minify",
"build:all": "run-p build build:min",
"build:bun": "bun run build:all",
"dev": "webpack serve --node-env development",
Expand Down

1 comment on commit 753d375

@ilyhalight
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Без прямой установки ajv раньше крашила какая-то из зависимостей, но сейчас, вроде бы, все работает

Please sign in to comment.