From e7356d59d6ec531db1a515e383e8334370e156ce Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Tue, 25 Oct 2022 15:42:59 +1100 Subject: [PATCH] Misc cleanup --- .gitignore | 4 ++++ code/.gitignore | 2 -- netlify.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fb19e5bdf43c..fd7ec6ed6ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/code/.gitignore b/code/.gitignore index 64fb7c9a05b5..1a3692bd32a7 100644 --- a/code/.gitignore +++ b/code/.gitignore @@ -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 diff --git a/netlify.toml b/netlify.toml index 02524193f8d9..c9712e1f22db 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"