Skip to content

Commit

Permalink
fix: fixed build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPanic92 committed Jun 4, 2024
1 parent 3dff76b commit 3e2a853
Show file tree
Hide file tree
Showing 8 changed files with 1,450 additions and 21 deletions.
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.idea/
.github
.gitignore
.prettierrc.json
.DS_Store
CONTRIBUTE.md

# configuration
renovate.json
tsconfig.json
/.vscode
.eslintrc.json
.eslintignore
Empty file modified bin/cypress-runner.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/src/runner/banner.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as figlet from 'figlet';
import figlet from 'figlet';
import { isNil } from 'lodash';

const figletAsync = (txt: string, options: figlet.Options | undefined) =>
Expand Down
2 changes: 1 addition & 1 deletion lib/src/runner/wait-web-services.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { isEmpty, isNil } from 'lodash';
import * as waitOn from 'wait-on';
import waitOn from 'wait-on';

import { CypressRunnerConfig } from './cypress-runner-config';

Expand Down
Loading

0 comments on commit 3e2a853

Please sign in to comment.