Skip to content

Commit

Permalink
Merge pull request #215 from seznam/benchmark-fix
Browse files Browse the repository at this point in the history
chore: 🤖 Fixed benchmark test
  • Loading branch information
jsimck authored Jun 19, 2022
2 parents 8847e40 + 577369f commit b8b4b90
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 28 deletions.
11 changes: 5 additions & 6 deletions packages/core/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
src/
**/__tests__/
rollup.config.js
jest.config.js
gulpfile.js
.babelrc
*
!dist/**/*
!package.json
!transform/**/*
!polyfill/**/*
9 changes: 3 additions & 6 deletions packages/devtools-scripts/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
src/
**/__tests__/
rollup.config.js
jest.config.js
gulpfile.js
.babelrc
*
!dist/**/*
!package.json
11 changes: 4 additions & 7 deletions packages/helpers/.npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.idea/
.gitignore
.prettierignore
.eslintrc.js
gulpfile.js
indexSpec.js
README.md
*
!dist/**/*
!package.json
!index.js
14 changes: 5 additions & 9 deletions packages/server/.npmignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
gulpfile.js
.babelrc
/__tests__
.eslintrc.js
.gitignore
.prettierignore
resolver.js
LICENSE.md
README.md
*
!lib/**/*
!package.json
!index.js
!resolver.js

0 comments on commit b8b4b90

Please sign in to comment.