Skip to content

Commit

Permalink
fix tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Dec 27, 2023
1 parent ac159da commit 741957c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lenis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"watch:types": "tsc --allowJs -d --emitDeclarationOnly --declarationDir ./dist/types --removeComments --watch ./src/index.js",
"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:push": "git add -A && cross-var git commit -m \"$npm_package_name@$npm_package_version\" && git push && git push --tags",
"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"
"postversion": "npm-run-all build readme git:tag git:push",
"test": "git add -A && cross-var echo $npm_package_name@$npm_package_version"
},
"sideEffects": false,
"source": "src/index.js",
Expand Down

2 comments on commit 741957c

@vercel
Copy link

@vercel vercel bot commented on 741957c Dec 27, 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: 30
🟠 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.