Skip to content

Commit

Permalink
Remove symlink workaround for storybook since upstream fixed source i…
Browse files Browse the repository at this point in the history
…ssue (#2152)
  • Loading branch information
garrettjstevens authored Jul 24, 2021
1 parent 8d9c9ab commit 3c017bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: bahmutov/npm-install@v1
- name: Build Storybook static site
run: |
yarn build-storybook
yarn build:storybook
working-directory: products/jbrowse-react-linear-genome-view
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
6 changes: 2 additions & 4 deletions products/jbrowse-react-linear-genome-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"test": "cd ../..; jest plugins/linear-genome-view --passWithNoTests",
"prepublishOnly": "yarn test",
"prepare": "tsdx build",
"storybook": "start-storybook -s ./public -p 6006",
"prebuild-storybook": "node scripts/preBuild.js",
"build-storybook": "build-storybook --quiet -s public",
"postbuild-storybook": "rimraf public/test_data && node scripts/postBuild.js"
"storybook": "start-storybook --static-dir public --port 6006",
"build:storybook": "build-storybook --quiet --static-dir public"
},
"dependencies": {
"@jbrowse/core": "^1.3.2",
Expand Down
18 changes: 0 additions & 18 deletions products/jbrowse-react-linear-genome-view/scripts/postBuild.js

This file was deleted.

54 changes: 0 additions & 54 deletions products/jbrowse-react-linear-genome-view/scripts/preBuild.js

This file was deleted.

0 comments on commit 3c017bf

Please sign in to comment.