mirror of
https://github.com/aljazceru/nostr-watch.git
synced 2025-12-17 05:24:19 +01:00
add prebuild to serve and bump version
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prebuild": "node ./scripts/geo.js",
|
||||
"serve": "vue-cli-service serve --host localhost",
|
||||
"serve": "yarn prebuild && vue-cli-service serve --host localhost",
|
||||
"build": "yarn prebuild && vue-cli-service build",
|
||||
"watch": "yarn prebuild && vue-cli-service build --watch",
|
||||
"lint": "vue-cli-service lint",
|
||||
@@ -31,7 +31,7 @@
|
||||
"node-emoji": "1.11.0",
|
||||
"node-polyfill-webpack-plugin": "2.0.1",
|
||||
"nostr": "0.2.5",
|
||||
"nostr-relay-inspector": "0.0.11",
|
||||
"nostr-relay-inspector": "0.0.12",
|
||||
"onion-regex": "2.0.8",
|
||||
"requests": "0.3.0",
|
||||
"sass": "1.56.1",
|
||||
|
||||
Reference in New Issue
Block a user