feat: add ability to install from git repo
This commit is contained in:
parent
ee534771e1
commit
8999a95240
@ -6,11 +6,11 @@
|
||||
"@codemirror/language": "https://github.com/lishid/cm-language",
|
||||
"@codemirror/state": "^6.0.1",
|
||||
"@codemirror/view": "^6.0.1",
|
||||
"@playwright/test": "^1.48.1",
|
||||
"@playwright/test": "^1.58.2",
|
||||
"asar": "^3.2.0",
|
||||
"electron": "^33.0.2",
|
||||
"obsidian": "latest",
|
||||
"playwright": "^1.48.1",
|
||||
"playwright": "^1.58.2",
|
||||
"tmp": "^0.2.3",
|
||||
"typescript": "^5.6.3",
|
||||
"xvfb-maybe": "^0.2.1"
|
||||
@ -35,7 +35,8 @@
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "tslint -c tslint.json src/**/*.ts",
|
||||
"prepublishOnly": "pwsh -command 'rm README.md; cp ../../README.md . && rimraf lib && npm run build'"
|
||||
"prepublishOnly": "pwsh -command 'rm README.md; cp ../../README.md . && rimraf lib && npm run build'",
|
||||
"prepare": "yarn run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tmp": "^0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user