Skip to content

Commit

Permalink
Merge pull request #10 from classmethod/niseliff-readme
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
cm-dyoshikawa authored Jan 20, 2022
2 parents 7b84b7b + 106060e commit 3f249eb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
on:
pull_request:
push:
branches:
- main

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- run: npm run readme:gen

- run: npm publish --access public -w packages/niseliff-sdk
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"words": [
"fastify",
"niseline",
"niseliff",
"dyoshikawa",
"typec",
"esbuild",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"start:client": "npm run build -w packages/niseliff-sdk && npm run start -w sample-client-app",
"start:server": "npm run start -w server",
"version:new": "npm version ${VERSION} -w server -w @niseline/niseliff && npm i",
"clean": "rm -rf node_modules packages/**/node_modules"
"clean": "rm -rf node_modules packages/**/node_modules",
"readme:gen": "cp README.md ./packages/niseliff-sdk/README.md"
},
"devDependencies": {
"@secretlint/secretlint-rule-preset-recommend": "4.1.4",
Expand Down
1 change: 1 addition & 0 deletions packages/niseliff-sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
2 changes: 1 addition & 1 deletion packages/niseliff-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@niseline/niseliff",
"version": "0.8.0",
"version": "0.9.0",
"private": false,
"main": "dist/index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "server",
"version": "0.8.0",
"version": "0.9.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 3f249eb

Please sign in to comment.