Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew den Hertog <[email protected]>
  • Loading branch information
andrewhertog committed Sep 5, 2024
1 parent 6d1ea7b commit fca1296
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Release
on:
push:
branches:
- feat/ci
- main

jobs:
Expand Down Expand Up @@ -34,4 +33,4 @@ jobs:

- name: Publish to OpenVSX
run: |
npx ovsx publish --no-dependencies -p ${{ secrets.OPENVSX_TOKEN }}
npx ovsx publish --no-dependencies -p ${{ secrets.OPENVSX_TOKEN }}
Empty file removed .project/complete_drafts.txt
Empty file.
1 change: 0 additions & 1 deletion files/project.dictionary

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
]
},
"scripts": {
"vscode:prepublish": "npm run build:webviews && npm run compile",
"vscode:prepublish": "npm run build:ci && npm run compile",
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
Expand Down
6 changes: 3 additions & 3 deletions webviews/codex-webviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
"build:ParallelView": "npx cross-env APP_NAME=ParallelView vite build",
"build:SemanticView": "npx cross-env APP_NAME=SemanticView vite build",
"build:TranslationNotesView": "npx cross-env APP_NAME=TranslationNotesView vite build",
"build:ParallelView": "cross-env APP_NAME=ParallelView vite build",
"build:SemanticView": "cross-env APP_NAME=SemanticView vite build",
"build:TranslationNotesView": "cross-env APP_NAME=TranslationNotesView vite build",
"build:all": "npm run build:ParallelView && npm run build:TranslationNotesView && npm run build:SemanticView",
"watch": "nodemon --watch src --ext ts,tsx --exec npm run build:all",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit fca1296

Please sign in to comment.