Try just clone readme and next build

This commit is contained in:
Sam Carlton 2021-09-11 14:11:23 -05:00
parent aec68c6d90
commit 454491c668

View file

@ -12,7 +12,7 @@
"scripts": {
"test": "ava --timeout=1m --verbose",
"dev": "nuxt",
"build": "npm run vercel-deploy",
"build": "npm run clone-readme && next build",
"start": "nuxt start",
"build-next": "next build",
"generate-dev": "npm run generate && npm test",