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 0b00896 commit d68e5f4Copy full SHA for d68e5f4
package.json
@@ -33,14 +33,12 @@
33
"private": false,
34
"datashare": {},
35
"scripts": {
36
+ "test": "yarn test:unit && yarn test:e2e",
37
"test:e2e": "nightwatch",
38
"test:pack": "mkdir -p ./tmp && cat \"$(npm pack)\" | tar zxvf - -C ./tmp",
39
"test:datashare": "datashare --browserOpenLink false --tcpListenPort 8008 --pluginsDir=$(pwd)/tmp",
40
"test:clean": "rm *.tgz || /bin/true",
- "test": "yarn test:unit && yarn test:e2e",
41
"test:unit": "vitest",
42
- "pretest": "yarn build && yarn test:pack",
43
- "posttest": "yarn test:clean",
44
"build": "npx vite build",
45
"watch": "node bs-config.js",
46
"prepublishOnly": "yarn build",
0 commit comments