Skip to content

Commit

Permalink
fix bug when ace-builds used instead of ace-code
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Apr 19, 2023
1 parent 40e58db commit a53869f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "0.9.0",
"version": "0.9.1",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build": "npm run build:ace-linters && webpack",
Expand Down
2 changes: 1 addition & 1 deletion packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "0.9.0",
"version": "0.9.1",
"scripts": {
"clean": "rimraf build",
"build:yaml-language-server": "cd ../yaml-language-server-esbuild && npm run build",
Expand Down
1 change: 0 additions & 1 deletion packages/ace-linters/webpack.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions webpack.config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a53869f

Please sign in to comment.