Skip to content

Commit ed839c9

Browse files
committed
feat: add test:e2e and test:unit to package.json
1 parent c270570 commit ed839c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"release:standalone": "./ci/build/build-standalone-release.sh",
1717
"release:github-draft": "./ci/build/release-github-draft.sh",
1818
"release:github-assets": "./ci/build/release-github-assets.sh",
19+
"test:e2e": "./ci/dev/test.sh",
1920
"test:standalone-release": "./ci/build/test-standalone-release.sh",
21+
"test:unit": "./ci/dev/test.sh",
2022
"package": "./ci/build/build-packages.sh",
2123
"postinstall": "./ci/dev/postinstall.sh",
2224
"update:vscode": "./ci/dev/update-vscode.sh",

0 commit comments

Comments
 (0)