Skip to content

Commit

Permalink
fix generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydowning committed Aug 29, 2024
1 parent e7b9dff commit 7bdc94b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
37 changes: 36 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,13 @@
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.3.0"
},
"scripts": {
"build": "tsc && esbuild dist/extension.js --bundle --platform=node --outfile=dist/extension.js --allow-overwrite --minify --external:vscode --external:../package.json --alias:@package=../package.json",
"generate": "ts-node src/generate.ts",
"generate": "ts-node -r tsconfig-paths/register src/generate.ts",
"lint": "eslint",
"format": "prettier . --check",
"type": "tsc --noEmit"
Expand Down

0 comments on commit 7bdc94b

Please sign in to comment.