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 a78740b commit 76c20c6Copy full SHA for 76c20c6
package.json
@@ -10,7 +10,7 @@
10
"e2e": "ng e2e",
11
"lint": "ng lint",
12
"ng": "ng",
13
- "prerelease:lib": "ng lint && ng test --watch false && ng e2e && npm run build:lib",
+ "prerelease:lib": "ng lint && ng test --no-watch && ng e2e && npm run build:lib",
14
"release:lib": "npm publish dist/ngx-page-scroll-core && npm publish dist/ngx-page-scroll ",
15
"start": "ng serve",
16
"test": "ng test"
0 commit comments