1 Commits
0.1.1 ... 0.1.3

Author SHA1 Message Date
Morten Olsen
c4179ee7b1 feat: add build pipeline 2024-12-10 23:00:56 +01:00
2 changed files with 8 additions and 7 deletions

View File

@@ -124,10 +124,10 @@ jobs:
name: lib
path: ./
# - run: |
# git config user.name "Github Actions Bot"
# git config user.email "<>"
# node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
# pnpm publish -r --no-git-checks
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: |
git config user.name "Github Actions Bot"
git config user.email "<>"
node ./scripts/set-version.mjs $(git describe --tag --abbrev=0)
pnpm publish -r --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

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