1 Commits
0.1.4 ... 0.1.0

Author SHA1 Message Date
Morten Olsen
0479d34a3b feat: add build pipeline 2024-12-10 22:53:46 +01:00
2 changed files with 8 additions and 9 deletions

View File

@@ -111,7 +111,7 @@ jobs:
- uses: pnpm/action-setup@v4 - uses: pnpm/action-setup@v4
name: Install pnpm name: Install pnpm
with: with:
version: 9.15.0 version: 9.12.2
run_install: false run_install: false
- name: Install dependencies - name: Install dependencies
@@ -124,10 +124,10 @@ jobs:
name: lib name: lib
path: ./ path: ./
- run: | # - run: |
git config user.name "Github Actions Bot" # git config user.name "Github Actions Bot"
git config user.email "<>" # git config user.email "<>"
node ./scripts/set-version.mjs $(git describe --tag --abbrev=0) # node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
pnpm publish -r --no-git-checks --access public # pnpm publish -r --no-git-checks
env: # env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -1,7 +1,6 @@
{ {
"name": "plainidx", "name": "plainidx",
"version": "1.0.0", "version": "1.0.0",
"private": true,
"packageManager": "pnpm@9.15.0", "packageManager": "pnpm@9.15.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",