Skip to content

Commit

Permalink
build: added package-lock.json (#7924)
Browse files Browse the repository at this point in the history
<!--
Thank you for your contribution.

Before making a PR, please read our contributing guidelines at

https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution

We recommend creating a *draft* PR, so that you can mark it as 'ready
for review' when you are done.
-->

## Purpose
_Describe the problem you want to address or the feature you want to
implement._

## Approach
_Describe how your changes address the issue or implement the desired
functionality in as much detail as possible._

## References
_Provide a link to the existing issue(s), if any._

## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail
  • Loading branch information
Aleksey28 authored Aug 3, 2023
1 parent d339af4 commit 7783687
Show file tree
Hide file tree
Showing 4 changed files with 36,420 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@
}
]
},
overrides: [
"overrides": [
{
files: ["*.ts"],
rules: {
"files": ["*.ts"],
"rules": {
"@typescript-eslint/explicit-function-return-type": [2, { "allowExpressions": true }],
"@typescript-eslint/no-empty-function": 2,
"prefer-spread": 2,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
name: npm
path: |
${{steps.package-name.outputs.packageName}}.tgz
package-lock.json
- run: |
npx gulp docker-build
docker save -o ${{steps.package-name.outputs.packageName}}.tar ${{steps.package-name.outputs.imageName}}
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
/___test-screenshots___
___test-videos___
/screenshots
yarn.lock
package-lock.json
Gemfile.lock
.npmrc
.DS_Store
Expand Down
Loading

0 comments on commit 7783687

Please sign in to comment.