mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-26 03:27:19 +02:00
fix: fix npm script for newer version of node
This commit is contained in:
parent
80df2663eb
commit
c6dfe5218e
1 changed files with 5 additions and 5 deletions
|
@ -3,11 +3,11 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt-ts build",
|
||||
"start": "nuxt-ts start",
|
||||
"export": "nuxt-ts export",
|
||||
"serve": "nuxt-ts serve",
|
||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider nuxt",
|
||||
"build": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts build",
|
||||
"start": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts start",
|
||||
"export": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts export",
|
||||
"serve": "NODE_OPTIONS=--openssl-legacy-provider nuxt-ts serve",
|
||||
"lint": "eslint --fix --ext .ts,.js,.vue ."
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue