mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
updated nuxt bin path again
This commit is contained in:
parent
54f894ff54
commit
e4999d6796
@ -5,10 +5,10 @@
|
||||
"author": "Sebastian Estevez & Jonathan Shook",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate"
|
||||
"dev": "node_modules/nuxt/bin/nuxt.js",
|
||||
"build": "node_modules/nuxt/bin/nuxt.js build",
|
||||
"start": "node_modules/nuxt/bin/nuxt.js start",
|
||||
"generate": "node_modules/nuxt/bin/nuxt.js generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.9.3",
|
||||
|
Loading…
Reference in New Issue
Block a user