Skip to content

Commit 76c20c6

Browse files
committed
Fixed test running.
1 parent a78740b commit 76c20c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"e2e": "ng e2e",
1111
"lint": "ng lint",
1212
"ng": "ng",
13-
"prerelease:lib": "ng lint && ng test --watch false && ng e2e && npm run build:lib",
13+
"prerelease:lib": "ng lint && ng test --no-watch && ng e2e && npm run build:lib",
1414
"release:lib": "npm publish dist/ngx-page-scroll-core && npm publish dist/ngx-page-scroll ",
1515
"start": "ng serve",
1616
"test": "ng test"

0 commit comments

Comments
 (0)