mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
feat: add test:e2e and test:unit to package.json
This commit is contained in:
parent
c270570f77
commit
ed839c9a03
1 changed files with 2 additions and 0 deletions
|
|
@ -16,7 +16,9 @@
|
|||
"release:standalone": "./ci/build/build-standalone-release.sh",
|
||||
"release:github-draft": "./ci/build/release-github-draft.sh",
|
||||
"release:github-assets": "./ci/build/release-github-assets.sh",
|
||||
"test:e2e": "./ci/dev/test.sh",
|
||||
"test:standalone-release": "./ci/build/test-standalone-release.sh",
|
||||
"test:unit": "./ci/dev/test.sh",
|
||||
"package": "./ci/build/build-packages.sh",
|
||||
"postinstall": "./ci/dev/postinstall.sh",
|
||||
"update:vscode": "./ci/dev/update-vscode.sh",
|
||||
|
|
|
|||
Loading…
Reference in a new issue