mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Use next build as build comand
This commit is contained in:
parent
e10108430d
commit
0f8da129d3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
"scripts": {
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"build": "next build",
|
||||
"start": "nuxt start",
|
||||
"build-next": "next build",
|
||||
"generate-dev": "npm run generate && npm test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue