Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Dec 29, 2024
1 parent a0f4484 commit 78d2abd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ jobs:

# Publish the extension
- name: Publish
env:
SOURCE_MAP: false
run: vsce publish -p ${{ secrets.VSCE_PAT }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
"build:node": "tsc -p ./tsconfig.node.json && vite build --mode node",
"build:web": "tsc -p ./tsconfig.web.json && vite build --mode web",
"build:all": "npm run build:webview && npm run build:node && npm run build:web",
"set:sourcemap": "cross-env SOURCE_MAP=false",
"vscode:prepublish": "npm run set:sourcemap && npm run build:all",
"vscode:prepublish": "npm run build:all",
"watch": "vite build --watch",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
Expand Down

0 comments on commit 78d2abd

Please sign in to comment.