Skip to content

Commit c6af474

Browse files
committed
add "sync-next-dap" script
1 parent 7849cfd commit c6af474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"sync-dap": "curl https://microsoft.github.io/debug-adapter-protocol/debugAdapterProtocol.json > debugProtocol.json && npm run compile",
7+
"sync-next-dap": "curl https://raw.githubusercontent.com/microsoft/debug-adapter-protocol/next/debugAdapterProtocol.json > debugProtocol.json && npm run compile",
78
"test": "lerna run test --stream",
89
"compile": "lerna run compile --stream",
910
"version": "lerna version --exact",

0 commit comments

Comments
 (0)