fix: add export

This commit is contained in:
bartosz-lipinski 2021-07-19 21:58:11 -05:00
parent 9eb8789fc1
commit fe62f13c57
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@
"scripts": {
"prestart": "npm-link-shared ../common/node_modules/ . react",
"start": "next dev",
"build": "next build",
"build": "next build & yarn export",
"export": "next export -o ../../build/web",
"start:prod": "next start",
"test": "jest",
"deploy:ar": "arweave deploy-dir ../../build/web --key-file ",