We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a0797 commit 83104abCopy full SHA for 83104ab
.github/workflows/build-deploy-docs.yml
@@ -2,7 +2,7 @@ name: Build docs
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
jobs:
7
build-and-deploy:
8
runs-on: ubuntu-latest
package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"prepare": "husky",
18
"prepublishOnly": "yarn run lint && yarn run build",
19
- "lint": "eslint src && eslint examples",
+ "lint": "eslint src && eslint stories",
20
"watch": "tsup --watch",
21
"build": "tsup --clean",
22
"dev": "storybook dev -p 6006",
0 commit comments