Skip to content

Commit d68e5f4

Browse files
committed
build: remove pre/post test
1 parent 0b00896 commit d68e5f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333
"private": false,
3434
"datashare": {},
3535
"scripts": {
36+
"test": "yarn test:unit && yarn test:e2e",
3637
"test:e2e": "nightwatch",
3738
"test:pack": "mkdir -p ./tmp && cat \"$(npm pack)\" | tar zxvf - -C ./tmp",
3839
"test:datashare": "datashare --browserOpenLink false --tcpListenPort 8008 --pluginsDir=$(pwd)/tmp",
3940
"test:clean": "rm *.tgz || /bin/true",
40-
"test": "yarn test:unit && yarn test:e2e",
4141
"test:unit": "vitest",
42-
"pretest": "yarn build && yarn test:pack",
43-
"posttest": "yarn test:clean",
4442
"build": "npx vite build",
4543
"watch": "node bs-config.js",
4644
"prepublishOnly": "yarn build",

0 commit comments

Comments
 (0)