Skip to content

Commit abe7942

Browse files
committed
remove rss generation
1 parent 6266d2a commit abe7942

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"tsc": "tsc --noEmit",
2020
"start": "next start",
2121
"postinstall": "is-ci || husky install .husky",
22-
"check-all": "npm-run-all prettier lint:fix tsc rss",
23-
"rss": "node scripts/generateRss.js"
22+
"check-all": "npm-run-all prettier lint:fix tsc"
2423
},
2524
"dependencies": {
2625
"@codesandbox/sandpack-react": "2.13.5",

0 commit comments

Comments
 (0)