Skip to content

Commit b13d0c0

Browse files
committed
(#5) Added postinstall script to initialize e2e test subpackage
1 parent cf1055e commit b13d0c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

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

0 commit comments

Comments
 (0)