Skip to content

Commit

Permalink
revert files warnings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jan 17, 2024
1 parent facbf30 commit e972f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"watch-plugin": "node buildTsPlugin.mjs --watch",
"build": "tsc && tsc -p typescript --noEmit && vscode-framework build && pnpm build-plugin",
"build-plugin": "node buildTsPlugin.mjs && node buildTsPlugin.mjs --browser",
"lint": "eslint {src,typescript/src}",
"lint": "eslint {src/**,typescript/src/**}",
"test": "pnpm test-plugin --run && pnpm integration-test",
"test-plugin": "vitest --globals --dir typescript/test/ --environment ts-plugin",
"integration-test": "node integration/prerun.mjs && tsc -p tsconfig.test.json && node testsOut/runTests.js",
Expand Down

0 comments on commit e972f32

Please sign in to comment.