Skip to content

Commit

Permalink
feat: rename scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Dec 19, 2023
1 parent 5c9baf3 commit 7cd966c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ node_modules/**/.vscode
node_modules/**/*.md
node_modules/**/*.ts
node_modules/**/*.txt
node_modules/**/.editorconfig
node_modules/**/LICENSE*
node_modules/**/license*
node_modules/**/test/*
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"main": "./out/src/extension",
"scripts": {
"build": "npm run clean && tsc",
"prebuild": "npm run generate",
"build:docs": "tsx scripts/docs.ts",
"prebuild": "npm run build:docs",
"watch": "tsc -watch -p ./",
"clean": "rimraf out",
"generate": "tsx scripts/generate.ts",
"postinstall": "node ./node_modules/phpfmt/v2/install",
"pretest": "npm run build",
"test": "node ./out/test/runTest.js",
Expand Down
File renamed without changes.

0 comments on commit 7cd966c

Please sign in to comment.