chore: fix build error [skip e2e]
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import Desktop from '../../desktop/package.json' assert { type: 'json' }
|
import Desktop from '../../desktop/package.json' with { type: 'json' }
|
||||||
import Mobile from '../../mobile/package.json' assert { type: 'json' }
|
import Mobile from '../../mobile/package.json' with { type: 'json' }
|
||||||
import Web from '../../web/package.json' assert { type: 'json' }
|
import Web from '../../web/package.json' with { type: 'json' }
|
||||||
import { writeJson, ensureDirExists } from '../../../scripts/ScriptUtils.mjs'
|
import { writeJson, ensureDirExists } from '../../../scripts/ScriptUtils.mjs'
|
||||||
|
|
||||||
const CdnUrl = 'https://github.com/standardnotes/app/releases/download/'
|
const CdnUrl = 'https://github.com/standardnotes/app/releases/download/'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"version": "3.195.26",
|
"version": "3.195.26",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user