Skip to content

Commit c223fc0

Browse files
committed
fix ci
1 parent 8c2962c commit c223fc0

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,5 @@ jobs:
5050
- name: Build storybook
5151
run: pnpm storybook:build
5252

53-
- name: Publish storybook
54-
run: pnpm deploy-storybook
55-
5653
- name: Build package
5754
run: pnpm build

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.

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "react-odontogram",
33
"description": "dental chart for selecting teeth",
4-
"version": "0.5.3",
4+
"version": "0.5.4",
55
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
66
"license": "MIT",
7-
"keywords": ["odontogram", "react", "dental-chart"],
7+
"keywords": [
8+
"odontogram",
9+
"react",
10+
"dental-chart"
11+
],
812
"publishConfig": {
913
"access": "public"
1014
},
@@ -38,8 +42,13 @@
3842
},
3943
"./style.css": "./dist/index.css"
4044
},
41-
"sideEffects": ["*.css", "**/*.css"],
42-
"files": ["dist"],
45+
"sideEffects": [
46+
"*.css",
47+
"**/*.css"
48+
],
49+
"files": [
50+
"dist"
51+
],
4352
"config": {
4453
"commitizen": {
4554
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"

0 commit comments

Comments
 (0)