Remove node option for DO

buefy-0.9
Manuel Kasper 2023-05-08 14:50:28 +02:00
rodzic 8b2d179486
commit 52d050b2bc
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"serve": "vue-cli-service serve",
"prebuild": "vsvg -s ./svg-icons -t ./src/compiled-icons",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lint": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"generate-icons": "vsvg -s ./svg-icons -t ./src/compiled-icons"
},
"dependencies": {