mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 15:10:16 +00:00
chore: echo $npm_package_version for dev
This commit is contained in:
@@ -19,7 +19,8 @@
|
|||||||
"post-build": "next-sitemap --config next-sitemap.config.js",
|
"post-build": "next-sitemap --config next-sitemap.config.js",
|
||||||
"export": "cross-env EXPORT=true next build && next-sitemap --config next-sitemap.config.js",
|
"export": "cross-env EXPORT=true next build && next-sitemap --config next-sitemap.config.js",
|
||||||
"bundle-report": "cross-env ANALYZE=true next build",
|
"bundle-report": "cross-env ANALYZE=true next build",
|
||||||
"build-all-in-dev": "cross-env VERCEL_ENV=production next build"
|
"build-all-in-dev": "cross-env VERCEL_ENV=production next build",
|
||||||
|
"version": "echo $npm_package_version"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clerk/localizations": "^3.0.4",
|
"@clerk/localizations": "^3.0.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user