Skip to content

Commit 0b7bcea

Browse files
committed
Update lockfile; clean artifacts
1 parent 4497c93 commit 0b7bcea

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@
9999
]
100100
},
101101
"scripts": {
102-
"vscode:prepublish": "npm run compile",
102+
"clean": "rm -r client/out server/out",
103+
"vscode:prepublish": "npm run clean && npm run compile",
103104
"compile": "tsc -b",
104105
"watch": "tsc -b -w",
105106
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",

0 commit comments

Comments
 (0)