Fix Jenkinsfile syntax (clean comments)
This commit is contained in:
parent
50c0c85d13
commit
567de6d11e
|
|
@ -5,7 +5,9 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start"
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
"test": "echo \"No tests configured\" && exit 0"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.13.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user