Skip to content

Commit

Permalink
build: remove unused release.js
Browse files Browse the repository at this point in the history
Summary: We now use `build-tar.py` instead.

Reviewed By: evangrayk

Differential Revision: D49836593

fbshipit-source-id: 62ad8dad36d7a9a8e25ae0fd71281f5c9228b1a5
  • Loading branch information
quark-zju authored and facebook-github-bot committed Oct 6, 2023
1 parent 5db402e commit 4bd1726
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 95 deletions.
5 changes: 3 additions & 2 deletions addons/isl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ When developing, it's useful to add a few extra arguments to `yarn serve`:

## Production builds

`isl/release.js` is a script to build production bundles and
package them into a single self-contained directory that can be distributed.
`build-tar.py` is a script to build production bundles and
package them into a single self-contained `tar.xz` that can be distributed
along with `sl`. It can be launched by the `sl web` command.

`yarn build` lets you build production bundles without watching for changes, in either
`isl/` or `isl-server/`.
Expand Down
93 changes: 0 additions & 93 deletions addons/isl/release.js

This file was deleted.

0 comments on commit 4bd1726

Please sign in to comment.