Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
penja committed Sep 14, 2024
1 parent 6bf71c6 commit 93791e3
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 @@ -173,7 +173,7 @@
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"pretest": "npm run compile-tests && npm run build && npm run lint",
"lint": "eslint 'src/**/*.ts' --fix",
"test": "vscode-test",
"openapi-ts": "openapi-ts",
Expand Down

0 comments on commit 93791e3

Please sign in to comment.