We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1055e commit b13d0c0Copy full SHA for b13d0c0
package.json
@@ -46,6 +46,7 @@
46
"scripts": {
47
"clean": "rm -rf dist",
48
"compile": "npm run clean && tsc -p .",
49
+ "postinstall": "npm --prefix e2e/tests ci",
50
"test": "jest --runInBand",
51
"test:e2e": "npm --prefix e2e/tests cit",
52
"coverage": "jest --coverage --runInBand",
0 commit comments