We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6266d2a commit abe7942Copy full SHA for abe7942
package.json
@@ -19,8 +19,7 @@
19
"tsc": "tsc --noEmit",
20
"start": "next start",
21
"postinstall": "is-ci || husky install .husky",
22
- "check-all": "npm-run-all prettier lint:fix tsc rss",
23
- "rss": "node scripts/generateRss.js"
+ "check-all": "npm-run-all prettier lint:fix tsc"
24
},
25
"dependencies": {
26
"@codesandbox/sandpack-react": "2.13.5",
0 commit comments