forked from swimlane/ngx-datatable
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3561044
commit 0b2cb74
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,12 @@ | |
"test:unit": "ng test ngx-datatable-lib --watch=false", | ||
"test:watch": "ng test ngx-datatable-lib", | ||
"test:ci": "ng test ngx-datatable-lib --watch=false --progress=false --browsers=ChromeHeadlessCI", | ||
"fetch-snapshots": "dotenv -e .env -- git clone https://[email protected]/chintankavathia/ngx-datatable-snapshots.git temp_snapshots && mkdir -p playwright/snapshots && cp -r temp_snapshots/snapshots/* playwright/snapshots/ && rm -rf temp_snapshots", | ||
"ci": "run-s lint test:ci", | ||
"lint": "ng lint", | ||
"e2e:prepare": "playwright install", | ||
"lfs:prepare": "git config remote.origin.lfspushurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs && git config remote.origin.lfsurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs", | ||
"vrt": "cross-env playwright test", | ||
"vrt:local": "yarn fetch-snapshots && yarn vrt", | ||
"vrt:local": "yarn vrt", | ||
"vrt:update": "yarn vrt --update-snapshots", | ||
"build-docs": "cross-env NODE_ENV=production ng build --configuration production --base-href=\"/ngx-datatable/\"", | ||
"predeploy-docs": "npm run build-docs", | ||
|