Skip to content

Commit 403ec4c

Browse files
committed
Forgot package.json
1 parent b66e0a5 commit 403ec4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "tinacms dev -c \"bundle exec jekyll serve\"",
8-
"build": "tinacms build && bundle exec jekyll build"
8+
"build": "tinacms build && bundle exec jekyll build",
9+
"build-tina": "tinacms build",
10+
"build-jekyll": "bundle exec jekyll build"
911
},
1012
"repository": {
1113
"type": "git",

0 commit comments

Comments
 (0)