Skip to content

Commit 013165d

Browse files
committed
chore: remove-labeler-action
1 parent cdbbf2c commit 013165d

File tree

4 files changed

+6
-26
lines changed

4 files changed

+6
-26
lines changed

.github/workflows/labeler.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.prettierignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
package-lock.json
66
*/*/package-lock.json
77
.husky/*
8-
/.nx/workspace-data
8+
/.nx/workspace-data
9+
pnpm-lock.yml
10+
packages/*/dist
11+
e2e/*/dist
12+
*/dist

e2e/davinci-suites/playwright.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@ import { workspaceRoot } from '@nx/devkit';
55
const baseURL = process.env['BASE_URL'] || 'http://localhost:5829';
66

77
const config: PlaywrightTestConfig = {
8-
<<<<<<< HEAD
9-
...baseConfig,
108
outputDir: './.playwright',
11-
=======
129
testDir: './src',
13-
>>>>>>> c9c7c19 (chore: remove-ping-protect-and-e2es)
1410
reporter: process.env.CI ? 'github' : 'list',
1511
timeout: 30000,
1612
use: {

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"test": {
3636
"dependsOn": ["^build", "^test"],
3737
"inputs": ["noMarkdown", "^noMarkdown"],
38+
"outputs": ["{projectRoot}/coverage"],
3839
"cache": true
3940
},
4041
"build": {

0 commit comments

Comments
 (0)