Skip to content

Commit

Permalink
react lenis scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Mar 17, 2024
1 parent 4dd2924 commit 96bce8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-lenis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"git:tag": "cross-var git tag -a $npm_package_name@$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
"git:push": "git push && git push --tags",
"postversion": "npm-run-all build git:commit git:tag git:push",
"version:latest": "yarn version --no-git-tag-version --patch",
"version:dev": "yarn version --no-git-tag-version --prerelease --preid dev"
"patch:latest": "yarn version --no-git-tag-version --patch",
"patch:dev": "yarn version --no-git-tag-version --prerelease --preid dev"
},
"sideEffects": false,
"source": "src/index.jsx",
Expand Down

1 comment on commit 96bce8e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟢 Performance: 91
🟢 Accessibility: 96
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 33

Lighthouse ran on https://lenis-emslefewp-studio-freight.vercel.app/"

Please sign in to comment.