Commit 72e9e51e authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Add `test:watch` script to `package.json`

This can help abstract the `--watch` - `--live` change in updated
`frontend-build` package `tests` task.
parent 4d27830b
......@@ -116,6 +116,7 @@
"checkformatting": "prettier --cache --check '**/*.{js,scss,ts,tsx,d.ts}'",
"format": "prettier --cache --list-different --write '**/*.{js,scss,ts,tsx,d.ts}'",
"test": "gulp test",
"test:watch": "gulp test --live",
"typecheck": "tsc --build tsconfig.json",
"version": "make clean build"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment