Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
fix export command
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed May 2, 2021
1 parent 078510d commit c6cf678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"lint": "eslint pages/ store/ components/ graphql/",
"type-check": "tsc --pretty",
"export": "cross-env SPA=1 next build && next export",
"export": "cross-env SPA=1 next build && cross-env SPA=1 next export",
"start": "next start -p $PORT",
"translation:sort": "cross-env TS_NODE_TRANSPILE_ONLY=true ts-node-script locales/sort.ts",
"translation:missing": "cross-env TS_NODE_TRANSPILE_ONLY=true ts-node locales/missing.ts"
Expand Down

0 comments on commit c6cf678

Please sign in to comment.