Skip to content

Commit 40939ff

Browse files
committed
(#5) Switched from npm ci to npm i for e2e test subpackage
1 parent b13d0c0 commit 40939ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"scripts": {
4747
"clean": "rm -rf dist",
4848
"compile": "npm run clean && tsc -p .",
49-
"postinstall": "npm --prefix e2e/tests ci",
49+
"postinstall": "npm --prefix e2e/tests i",
5050
"test": "jest --runInBand",
5151
"test:e2e": "npm --prefix e2e/tests cit",
5252
"coverage": "jest --coverage --runInBand",

0 commit comments

Comments
 (0)