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 b13d0c0 commit 40939ffCopy full SHA for 40939ff
package.json
@@ -46,7 +46,7 @@
46
"scripts": {
47
"clean": "rm -rf dist",
48
"compile": "npm run clean && tsc -p .",
49
- "postinstall": "npm --prefix e2e/tests ci",
+ "postinstall": "npm --prefix e2e/tests i",
50
"test": "jest --runInBand",
51
"test:e2e": "npm --prefix e2e/tests cit",
52
"coverage": "jest --coverage --runInBand",
0 commit comments