Skip to content

Commit

Permalink
Rollback bundling related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 13, 2024
1 parent f25101f commit 25770d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.vscode
node_modules
# node_modules
test
src
**/*.map
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"scripts": {
"typecheck": "tsc --noEmit src/*",
"watch": "tsc -watch -p ./",
"compile": "tsc -p ./",
"vscode:prepublish": "tsc -p ./"
},
"devDependencies": {
Expand Down

0 comments on commit 25770d1

Please sign in to comment.