We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ce6fb commit 3c70f55Copy full SHA for 3c70f55
package.json
@@ -20,6 +20,10 @@
20
"type": "git",
21
"url": "git+https://github.com/syntest-framework/syntest-javascript-benchmark.git"
22
},
23
+ "scripts": {
24
+ "posti": "npm run postinstall",
25
+ "postinstall": "./scripts/install.sh"
26
+ },
27
"dependencies": {
28
"@syntest/cli": "file:../syntest-core/tools/cli",
29
"@syntest/javascript": "file:../syntest-javascript/tools/javascript",
0 commit comments