Skip to content

Commit

Permalink
Develop (#4)
Browse files Browse the repository at this point in the history
* wip

* set up tests

* checkpt; axios throws a regression error (#3219)

* Lower axios version (see #1)

* finish startup routine

* remove unused dependencies

* setup npm publish pipeline

* pipeline

Co-authored-by: Stanislaw Hüll <stanislaw.huell@js-soft.com>
  • Loading branch information
slavistan and slavistan committed Nov 29, 2022
1 parent cbc02c3 commit 49748c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
- tag: main
- uses: actions/setup-node@v3
with:
node-version: 18.12.1
- run: npm install
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm config set _authToken="${{ secrets.NPM_TOKEN }}"
- run: npx enhanced-publish --if-possible
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bird-wp07/local-module",
"version": "0.0.1",
"version": "0.0.3",
"license": "",
"files": [
"dist",
Expand Down Expand Up @@ -50,6 +50,7 @@
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.0",
"chai": "^4.3.7",
"enhanced-publish": "^1.1.1",
"mocha": "^10.1.0"
}
}

0 comments on commit 49748c8

Please sign in to comment.