Skip to content

Commit bffdb9d

Browse files
committed
chore(build): fix build configuration and ignore patterns
- Remove deprecated-tests/ and out/ from .vscodeignore - Simplify vscode:prepublish script by removing lint check - Update package.json build scripts for more efficient publishing flow
1 parent 53aa617 commit bffdb9d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.vscodeignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
**/tsconfig*.json
1111
compile.mjs
1212
coverage/
13-
deprecated-tests/
14-
out/
1513
package-lock.json
1614
pnpm-lock.yaml
1715
release-please-config.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"pretest": "npm run lint",
3232
"test": "NODE_OPTIONS='--no-deprecation' jest",
3333
"test:watch": "jest --watch",
34-
"vscode:prepublish": "npm run lint && npm run test && npm run compile",
34+
"vscode:prepublish": "npm run test && npm run compile",
3535
"watch": "tsc -watch -p ./"
3636
},
3737
"contributes": {

0 commit comments

Comments
 (0)