refactor: add export to scripts in package.json

main
Josue 4 years ago committed by Tsu-ba-me
parent 17c52d562b
commit a0fb8bd151
  1. 2
      striker-ui/package.json

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"build": "next build && next export",
"dev": "next dev",
"lint": "eslint --config .eslintrc.json --ext js,jsx,ts,tsx --max-warnings=0",
"lint:dryrun": "npm run lint -- .",

Loading…
Cancel
Save