Skip to content

Commit 55acc34

Browse files
committed
chore(scripts): add website/src/lib/version.ts to version script
1 parent 3ac2a90 commit 55acc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tauri": "tauri",
2121
"roadmap": "node scripts/update-roadmap.js",
2222
"sync-links": "node scripts/sync-links.js",
23-
"version": "node scripts/sync-version.js && conventional-changelog -p angular -i CHANGELOG.md -s && git add README.md CHANGELOG.md src-tauri/tauri.conf.json src-tauri/Cargo.toml src-tauri/Cargo.lock src/version.ts website/src/app/page.tsx"
23+
"version": "node scripts/sync-version.js && conventional-changelog -p angular -i CHANGELOG.md -s && git add README.md CHANGELOG.md src-tauri/tauri.conf.json src-tauri/Cargo.toml src-tauri/Cargo.lock src/version.ts website/src/app/page.tsx website/src/lib/version.ts"
2424
},
2525
"dependencies": {
2626
"@monaco-editor/react": "^4.7.0",

0 commit comments

Comments
 (0)