|
@@ -5,6 +5,7 @@
|
|
"main": "index.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
+ "build": "echo \"No build is necessary for Vanillajs, skipping.\"",
|
|
"html:dev": "quasar serve ./dist",
|
|
"html:dev": "quasar serve ./dist",
|
|
"tauri:prod": "tauri",
|
|
"tauri:prod": "tauri",
|
|
"tauri:source": "node ../../../cli/tauri.js/bin/tauri",
|
|
"tauri:source": "node ../../../cli/tauri.js/bin/tauri",
|