Skip to content

Commit

Permalink
[0.28.0-prerelease] NO-ISSUE: Replace "-" by "_" in serverless_workfl…
Browse files Browse the repository at this point in the history
…ow_vscode_extension vsix file name (#1598)
  • Loading branch information
paulovmr authored May 2, 2023
1 parent 3119bb1 commit 75b4dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serverless-workflow-vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:prod": "rimraf dist && webpack && pnpm pack:prod && pnpm test:it",
"compile": "webpack --env dev",
"lint": "run-script-if --bool \"$(build-env linters.run)\" --then \"kie-tools--eslint ./src\"",
"pack:prod": "vsce package --githubBranch main --no-dependencies -o ./dist/serverless-workflow-vscode-extension_$npm_package_version.vsix",
"pack:prod": "vsce package --githubBranch main --no-dependencies -o ./dist/serverless_workflow_vscode_extension_$npm_package_version.vsix",
"run:webmode": "pnpm vscode-test-web --browserType=chromium --extensionDevelopmentPath=. --version=stable",
"test:it": "run-script-if --ignore-errors \"$(build-env integrationTests.ignoreFailures)\" --bool \"$(build-env integrationTests.run)\" --then \"pnpm test:it:clean\" \"cpr it-tests/resources it-tests-tmp/resources\" \"tsc --project tsconfig.it-tests.json --skipLibCheck --sourceMap true\" \"extest setup-and-run --yarn -c max -u -e ./test-resources -o ./it-tests/settings.json out/*.test.js\"",
"test:it:clean": "rimraf ./dist-it-tests && rimraf ./test-resources && rimraf ./out && rimraf ./it-tests-tmp && rimraf *.vsix",
Expand Down

0 comments on commit 75b4dda

Please sign in to comment.