mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-15 10:35:20 +01:00
c58b0c0753
* Return error code when any tsc typecheck fails * Try with bash `sh ./scripts/test-types.s` resulted in errors missing `[[`, which is a bash builtin. It's possible the ubuntu runner is using some other shell. * Fix spec type errors * Switch to node for Windows compatibility
32 lines
530 B
Plaintext
32 lines
530 B
Plaintext
**/build
|
|
**/dist
|
|
**/coverage
|
|
.angular
|
|
storybook-static
|
|
|
|
**/node_modules
|
|
|
|
**/webpack.*.js
|
|
**/jest.config.js
|
|
**/gulpfile.js
|
|
|
|
apps/browser/config/config.js
|
|
apps/browser/src/auth/scripts/duo.js
|
|
apps/browser/src/autofill/content/autofill.js
|
|
|
|
apps/desktop/desktop_native
|
|
apps/desktop/src/auth/scripts/duo.js
|
|
|
|
apps/web/config.js
|
|
apps/web/scripts/*.js
|
|
apps/web/src/theme.js
|
|
apps/web/tailwind.config.js
|
|
|
|
apps/cli/config/config.js
|
|
|
|
tailwind.config.js
|
|
libs/components/tailwind.config.base.js
|
|
libs/components/tailwind.config.js
|
|
|
|
scripts/*.js
|