fix for build errors

This commit is contained in:
azure_pipelines
2021-08-19 12:56:38 -04:00
parent bed8a340d1
commit 033c844db2
3 changed files with 8 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"predev": "agility-next sync",
"dev": "NODE_OPTIONS='--inspect' next dev",
"dev": "next dev",
"prebuild": "agility-next prebuild",
"build": "next build",
"export": "next export",