Skip to content

Commit

Permalink
ci: storybook token, second try (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford committed Aug 3, 2021
1 parent 7771d44 commit 7f34b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"clean": "rimraf dist",
"start": "start-storybook -p 4000 -c .storybook",
"deploy:dryrun": "storybook-to-ghpages --dry-run",
"deploy": "storybook-to-ghpages --ci",
"deploy": "storybook-to-ghpages --ci -t GITHUB_TOKEN",
"lint": "eslint src *.js",
"coverage": "yarn run test -- --coverage",
"coveralls": "cross-env NODE_ENV=development cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down

0 comments on commit 7f34b5a

Please sign in to comment.