We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c270570 commit ed839c9Copy full SHA for ed839c9
package.json
@@ -16,7 +16,9 @@
16
"release:standalone": "./ci/build/build-standalone-release.sh",
17
"release:github-draft": "./ci/build/release-github-draft.sh",
18
"release:github-assets": "./ci/build/release-github-assets.sh",
19
+ "test:e2e": "./ci/dev/test.sh",
20
"test:standalone-release": "./ci/build/test-standalone-release.sh",
21
+ "test:unit": "./ci/dev/test.sh",
22
"package": "./ci/build/build-packages.sh",
23
"postinstall": "./ci/dev/postinstall.sh",
24
"update:vscode": "./ci/dev/update-vscode.sh",
0 commit comments