Skip to content

Commit

Permalink
feat: modifiable structure (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanStandel authored Feb 4, 2024
1 parent b774116 commit 4f74a0f
Show file tree
Hide file tree
Showing 14 changed files with 963 additions and 95 deletions.
8 changes: 8 additions & 0 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
2,
"always",
[
"feat",
"fix",
"chore",
"docs",
"style",
"refactor",
"perf",
"test",
"release"
]
],
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
- name: install
run: npm i
- name: build
run: npm run build --workspaces
run: npm run build
- name: test
run: npm run test --workspaces
run: npm run test
- name: publish
run: |
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > ~/.npmrc
npm publish --workspace=@deepsignal/core
npm publish --workspace=@deepsignal/preact
npm publish --workspace=@deepsignal/react
npm run publish-all
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Loading

0 comments on commit 4f74a0f

Please sign in to comment.