We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0642c commit 61eb3f0Copy full SHA for 61eb3f0
package.json
@@ -13,8 +13,9 @@
13
"build:wasm": "GOARCH=wasm GOOS=js go build -o superdb.wasm.full main.go && gzip -9 superdb.wasm.full -c > superdb.wasm && rm superdb.wasm.full",
14
"build:wasm_exec": "cp $(go env GOROOT)/lib/wasm/wasm_exec.js .",
15
"prepack": "yarn clean && yarn build",
16
- "postinstall": "yarn playwright install && yarn build",
+ "postinstall": "yarn build",
17
"clean": "rm -fr superdb.wasm",
18
+ "pretest": "yarn playwright install",
19
"test": "yarn playwright test",
20
"start": "serve ."
21
},
0 commit comments