Skip to content

Commit 4713fda

Browse files
committed
chore: reset
1 parent 3ae6f0c commit 4713fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/reset.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function cnameReset() {
3333
function pkgReset() {
3434
pkg.name = 'gg';
3535
pkg.description = 'A gatsby website builder based on github discussions';
36+
pkg.scripts.posts = 'yarn post:base';
3637

3738
fs.writeFile('package.json', JSON.stringify(pkg, null, 2), function (err) {
3839
if (err) return;

0 commit comments

Comments
 (0)