Skip to content

Commit

Permalink
lenis tags
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 26, 2023
1 parent f7d4407 commit 1e38d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lenis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"watch": "npm-run-all --parallel watch:dist watch:types",
"readme": "node update-readme.js",
"git:push": "cross-var git add -A && git commit -m \"$npm_package_name@$npm_package_version\" && git push && git push --tags",
"git:tag": "cross-var git tag -a $npm_package_name@$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
"git:tag": "cross-var git tag -a v$npm_package_version -m \"$npm_package_name@$npm_package_version\"",
"preversion": "git add -A && git commit -m \"$npm_package_name@$npm_package_version\"",
"postversion": "npm-run-all build readme git:tag git:push"
},
Expand Down

2 comments on commit 1e38d47

@vercel
Copy link

@vercel vercel bot commented on 1e38d47 Dec 26, 2023

Choose a reason for hiding this comment

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

@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: 32
🟠 Accessibility: 88
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 0

Lighthouse ran on https://gsap.com/requires-membership/?plugin=SplitText&source=trial"

Please sign in to comment.