Skip to content

Commit a573dcd

Browse files
author
CRA Keishi Kawada
committed
ci: wrong npm command
1 parent c5fb0dd commit a573dcd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
working-directory: ./packages/hooks
2424
- run: npm install
2525
working-directory: ./packages/hooks
26-
- run: npm build
26+
- run: npm run build
2727
working-directory: ./packages/hooks
2828
- run: npm publish --access public
2929
env:

packages/hooks/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hook-observability/hooks",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "provides Observability as React Hooks in React.",
55
"main": "dist/index.js",
66
"private": false,

0 commit comments

Comments
 (0)