Skip to content

Commit

Permalink
Misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Oct 25, 2022
1 parent 7d854e6 commit e7356d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ junit.xml
!/**/.yarn/versions
/**/.pnp.*
!/node_modules

# test-storybooks
test-storybooks/ember-cli/ember-output
test-storybooks/angular-cli/addon-jest.testresults.json
2 changes: 0 additions & 2 deletions code/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ lib/**/dll
built-storybooks
cypress/videos
cypress/screenshots
examples/ember-cli/ember-output
.verdaccio-cache
tsconfig.tsbuildinfo
examples/angular-cli/addon-jest.testresults.json
junit.xml
.next

Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "code/built-storybooks"
command = "yarn task --task compile --start-from=auto --no-link && cd code && yarn build-storybooks --all"
command = "yarn task --task compile --start-from=auto --no-link"
[build.environment]
NODE_VERSION = "16"
YARN_VERSION = "1.22.10"
Expand Down

0 comments on commit e7356d5

Please sign in to comment.