Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Oct 31, 2023
1 parent 483c2ca commit 80fc878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode-bicep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"test:update-snapshot": "jest --config jest.config.snapshot.js --updateSnapshot",
"testlocal:e2e": "(export BICEP_LANGUAGE_SERVER_PATH=${INIT_CWD}/../Bicep.LangServer/bin/Debug/net6.0/Bicep.LangServer.dll || set BICEP_LANGUAGE_SERVER_PATH=%INIT_CWD%/../Bicep.LangServer/bin/Debug/net6.0/Bicep.LangServer.dll) && npm run build && npm run build:e2e && npm run test:e2e",
"clean": "rimraf ./out ./coverage",
"package": "npm run clean && nbgv set-version && vsce package --githubBranch bicep-extensibility --out ./rad-vscode-bicep.vsix && nbgv-setversion --reset",
"package": "npm run clean && nbgv-setversion && vsce package --githubBranch bicep-extensibility --out ./rad-vscode-bicep.vsix && nbgv-setversion --reset",
"packagelocal": "rimraf ./bicepLanguageServer && cp -r ../Bicep.LangServer/bin/Debug/net6.0 ./bicepLanguageServer && npm run package",
"params": "node ./enableParams.js"
},
Expand Down

0 comments on commit 80fc878

Please sign in to comment.