Skip to content

Commit

Permalink
build tools fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christianblandford committed Mar 3, 2022
1 parent 962da20 commit a98d864
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITHUB_TOKEN=ghp_1210974310928764198alsjkhdlak
6 changes: 3 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"commitArgs": [],
"tag": true,
"push": true,
"pushArgs": ["--follow-tags"]
"pushArgs": ["--follow-tags"],
"githubAssets": ["dist/", "src/", "package.json"]
},
"github": {
"release": true
},
"npm": {
"publish": true,
"publishPath": "dist"
"publish": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion storybook-static/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(ts|tsx|js|jsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(ts|tsx|js|jsx))$"}];</script><script src="runtime~main.476c05b7.iframe.bundle.js"></script><script src="vendors~main.8c08c7b4.iframe.bundle.js"></script><script src="main.d9321b7c.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(ts|tsx|js|jsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:[\\\\/](?!\\.)(?:(?:(?!(?:^|[\\\\/])\\.).)*?)[\\\\/]|[\\\\/]|$)(?!\\.)(?=.)[^\\\\/]*?\\.stories\\.(ts|tsx|js|jsx))$"}];</script><script src="runtime~main.476c05b7.iframe.bundle.js"></script><script src="vendors~main.8c08c7b4.iframe.bundle.js"></script><script src="main.0c4c0d72.iframe.bundle.js"></script></body></html>
1 change: 1 addition & 0 deletions storybook-static/main.0c4c0d72.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion storybook-static/main.d9321b7c.iframe.bundle.js

This file was deleted.

0 comments on commit a98d864

Please # to comment.