Added a bullshit build without the CMS to make sure I can deploy something
This commit was merged in pull request #5.
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"build": "tinacms build && next build",
|
||||
"start": "tinacms build && next start",
|
||||
"export": "npm run build && next export",
|
||||
"lint": "eslint . --ext .ts,.tsx"
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"bullshit:build": "tinacms dev -c \"next build\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/webpack": "^6.3.1",
|
||||
|
||||
Reference in New Issue
Block a user