Browse Source

add prebuild to serve and bump version

update/libraries
dskvr 2 years ago
parent
commit
c928d75a07
  1. 4
      package.json

4
package.json

@ -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",

Loading…
Cancel
Save