fix: remove deprecated feed and sitemap generation scripts from piror version by munually running geneartion after build

This commit is contained in:
Anda Toshiki 2023-09-16 20:57:26 -07:00
parent da4c6c2c53
commit b79ecd83a5

View File

@ -1,6 +1,7 @@
{ {
"name": "toshiki-notebook", "name": "toshiki-notebook",
"version": "0.0.1", "version": "0.0.1",
"type": "module",
"description": "Toshiki's web notebook built upon Vitepress and deployed via Vercel!", "description": "Toshiki's web notebook built upon Vitepress and deployed via Vercel!",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/andatoshiki/toshiki-note", "repository": "https://github.com/andatoshiki/toshiki-note",
@ -16,8 +17,7 @@
"rm:cache": "rm -rf /docs/.vitepress/cache", "rm:cache": "rm -rf /docs/.vitepress/cache",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install", "prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install",
"lint": "prettier --write .", "lint": "prettier --write .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
"feed": "node docs/.vitepress/utils/genFeed.js"
}, },
"lint-staged": { "lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [ "*.{js,jsx,vue,ts,tsx}": [