Skip to content

Commit

Permalink
Push correct REPL artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 29, 2022
1 parent d9ba0dd commit 3c9cea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
args: --cache-control max-age=300,public
env:
FILE: dist/rollup.browser.js
FILE: browser/dist/rollup.browser.js
AWS_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
S3_KEY: ${{ github.event.number }}/rollup.browser.js
Expand All @@ -38,7 +38,7 @@ jobs:
with:
args: --cache-control max-age=300,public
env:
FILE: dist/rollup.browser.js.map
FILE: browser/dist/rollup.browser.js.map
AWS_REGION: ${{ secrets.AWS_REGION }}
S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
S3_KEY: ${{ github.event.number }}/rollup.browser.js.map
Expand Down
3 changes: 0 additions & 3 deletions rollup.config.ts
Expand Up @@ -18,9 +18,6 @@ import getLicenseHandler from './build-plugins/generate-license-file';
import getBanner from './build-plugins/get-banner';
import replaceBrowserModules from './build-plugins/replace-browser-modules';

// TODO Lukas script that cds into browser dir, updates version and runs publish with same flags as main publish
// TODO Lukas adapt "files" property
// TODO Lukas adapt REPL artefact
const onwarn: WarningHandlerWithDefault = warning => {
// eslint-disable-next-line no-console
console.error(
Expand Down

0 comments on commit 3c9cea4

Please sign in to comment.