mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
consolidate build scripts, reorganize source into src/ directory, fix favicon injection
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
{
|
||||
"name": "ignis",
|
||||
"version": "0.1.0",
|
||||
"version": "0.4.0",
|
||||
"private": true,
|
||||
"description": "An Electron shim and server bridge for running Obsidian in a browser.",
|
||||
"scripts": {
|
||||
"build:ui": "node build-ui.js",
|
||||
"build:shims": "node build.js",
|
||||
"build": "npm run build:ui && npm run build:shims",
|
||||
"build": "node build.js",
|
||||
"dev:server": "node server/index.js",
|
||||
"dev": "npm run build && npm run dev:server"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user