We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66e0a5 commit 403ec4cCopy full SHA for 403ec4c
package.json
@@ -5,7 +5,9 @@
5
"main": "index.js",
6
"scripts": {
7
"dev": "tinacms dev -c \"bundle exec jekyll serve\"",
8
- "build": "tinacms build && bundle exec jekyll build"
+ "build": "tinacms build && bundle exec jekyll build",
9
+ "build-tina": "tinacms build",
10
+ "build-jekyll": "bundle exec jekyll build"
11
},
12
"repository": {
13
"type": "git",
0 commit comments