Skip to content

Commit

Permalink
chore: Fix docs and project scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hangxingliu committed Feb 25, 2024
1 parent bbdc099 commit 5386c71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: 2023-11-20
date: 2024-02-25
---
# Contributing

Expand Down Expand Up @@ -82,5 +82,7 @@ Target file:

``` bash
yarn build:dev
yarn fetch:directives
yarn fetch:base
yarn fetch:podman
yarn fetch:capabilities
```
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "out/assets/icon.png",
"main": "out/index.js",
"browser": "out/index.js",
"version": "2.0.0",
"version": "2.1.0-pre.1",
"preview": true,
"publisher": "hangxingliu",
"author": "hangxingliu",
Expand Down Expand Up @@ -36,8 +36,8 @@
"release": "node scripts/run scripts build && ./scripts/build-vscode-artifact.sh",
"bundle": "webpack --mode production --devtool hidden-source-map",
"build": "node scripts/run scripts clean bundle build:assets",
"build:ts": "swc -d out src --strip-leading-paths",
"build:dev": "node scripts/run scripts --parallel build:ts build:assets",
"build:ts": "swc -d out src --strip-leading-paths --copy-files",
"build:dev": "node scripts/run scripts --parallel build:ts build:assets && node scripts/run scripts build:syntax",
"build:assets": "cd src && copyfiles '**/*.{tmLanguage,json,png}' ../out",
"build:syntax": "node --enable-source-maps out/syntax/generate-tmLanguage",
"build:pkgjson": "node --enable-source-maps out/build-contributes",
Expand Down

0 comments on commit 5386c71

Please sign in to comment.