Skip to content

Commit 4348f2c

Browse files
committed
fixing build
1 parent e7e63a8 commit 4348f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": "next build",
66
"start": "next start",
77
"test": "jest --testMatch '**/components/**/*.(test|spec).@(ts|tsx|jsx)'",
8-
"test:contract": "jest --testMatch '**/__tests__/pact/**/*.(test|spec).@(ts|tsx|jsx)",
8+
"test:contract": "jest --testMatch '**/__tests__/pact/**/*.(test|spec).@(ts|tsx|jsx)'",
99
"test:ci": "jest --ci",
1010
"lint": "eslint . ",
1111
"lint:fix": "eslint . --fix",

0 commit comments

Comments
 (0)