mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +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",
|
||||
"export": "cross-env EXPORT=true next build && next-sitemap --config next-sitemap.config.js",
|
||||
"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": {
|
||||
"@clerk/localizations": "^3.0.4",
|
||||
|
||||
Reference in New Issue
Block a user