Finally make it work with source-region library
This commit is contained in:
parent
d64c39db82
commit
1158166e3e
4 changed files with 815 additions and 1047 deletions
10
package.json
10
package.json
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "electron-test",
|
||||
"name": "scrowl",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
|
|
@ -11,8 +11,12 @@
|
|||
"package": "electron-forge package",
|
||||
"make": "electron-forge make",
|
||||
"publish": "electron-forge publish",
|
||||
"lint": "eslint --ext .ts,.tsx ."
|
||||
"lint": "eslint --ext .ts,.tsx .",
|
||||
"build:libs": "npm run build -w source-region"
|
||||
},
|
||||
"workspaces": [
|
||||
"libs/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@electron-forge/cli": "^7.11.1",
|
||||
"@electron-forge/maker-deb": "^7.11.1",
|
||||
|
|
@ -45,6 +49,6 @@
|
|||
"codemirror": "^6.0.2",
|
||||
"electron-squirrel-startup": "^1.0.1",
|
||||
"solid-js": "^1.9.11",
|
||||
"source-region": "file:libs/source-region"
|
||||
"source-region": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue