Skip to content

Commit

Permalink
fix(events-example): update package.json to remove reference to event…
Browse files Browse the repository at this point in the history
…s-example in build scripts
  • Loading branch information
ybyzek committed Aug 29, 2022
1 parent cc2bfc8 commit 9739331
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"packages/*"
],
"scripts": {
"build": "yarn build:js-lib && yarn build:react && yarn build:examples && yarn build:events-example",
"build": "yarn build:js-lib && yarn build:react && yarn build:examples",
"build:js-lib": "yarn workspace @theniledev/js build",
"test:js-lib": "yarn workspace @theniledev/js test",
"build:react": "yarn workspace @theniledev/react build",
"build:events-example": "yarn workspace @theniledev/events-example build",
"build:examples": "yarn workspace @theniledev/examples build",
"build:react-storybook": "yarn workspace @theniledev/react build-storybook",
"lint": "yarn eslint . --max-warnings=0",
Expand Down

0 comments on commit 9739331

Please sign in to comment.