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 3ae6f0c commit 4713fdaCopy full SHA for 4713fda
scripts/reset.js
@@ -33,6 +33,7 @@ function cnameReset() {
33
function pkgReset() {
34
pkg.name = 'gg';
35
pkg.description = 'A gatsby website builder based on github discussions';
36
+ pkg.scripts.posts = 'yarn post:base';
37
38
fs.writeFile('package.json', JSON.stringify(pkg, null, 2), function (err) {
39
if (err) return;
0 commit comments