Skip to content

Commit

Permalink
Merge pull request #148 from omnivore-app/develop
Browse files Browse the repository at this point in the history
release
  • Loading branch information
sywhb authored Oct 25, 2023
2 parents dd38c08 + fd0f0f1 commit 640342a
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 7,040 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
- uses: pnpm/[email protected]
with:
version: 8.9.2
- name: Install dependencies
run: yarn
run: pnpm install
- name: Build
run: yarn build
run: pnpm build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"url": "https://github.com/omnivore-app/logseq-omnivore"
},
"scripts": {
"dev": "parcel public/index.html --public-url ./",
"build": "parcel build --public-url . --no-source-maps public/index.html",
"test": "yarn mocha -r ts-node/register tests/*.ts",
"dev": "vite dev public --base=./",
"build": "vite build public --outDir ../dist --base=./",
"lint": "eslint --ext .ts src"
},
"license": "MIT",
Expand Down Expand Up @@ -56,13 +55,14 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^10.2.0",
"parcel": "^2.0.0",
"prettier": "^2.5.1",
"vite": "^4.5.0",
"vite-plugin-logseq": "^1.1.2",
"semantic-release": "^19.0.3",
"typescript": "^4.4.3"
},
"volta": {
"node": "16.15.1",
"yarn": "1.22.19"
"pnpm": "8.9.2"
}
}
Loading

0 comments on commit 640342a

Please sign in to comment.