Skip to content

Commit

Permalink
fix(pagination): goes out of bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jan 12, 2024
1 parent 420405b commit 9384a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"doc:api": "typedoc",
"generate:licence": "npx generate-license-file --input package.json --output THIRD-PARTY-LICENCES --overwrite",
"lint:scss": "stylelint 'src/components/**/*.scss'",
"FIXME_lint:ts": "eslint 'src/**/*.{js,ts,tsx}'",
"lint:ts": "eslint 'src/**/*.{js,ts,tsx}'",
"start": "stencil build --dev --watch --serve",
"test:e2e": "stencil test --e2e --config stencil.config.ts",
"test:e2e:ci": "stencil test --config stencil.config.ts --e2e --ci",
Expand Down

0 comments on commit 9384a95

Please sign in to comment.