Skip to content

Commit

Permalink
Update release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goanpeca committed Apr 12, 2020
1 parent 4a084c1 commit c5e1030
Show file tree
Hide file tree
Showing 3 changed files with 28,694 additions and 28,688 deletions.
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ The build steps transpiles the `src/main.ts` to `lib/main.js` and then packs to
- Conda env

```bash
conda create -n github-action install nodejs=12 -c conda-forge
conda create -n github-action nodejs=12 -c conda-forge
```

- Install NodeJS 12

```bash
conda activate github-action
npm install
npm i -g @zeit/ncc
```

- Update version in package.json

- To update the code

```bash
Expand Down
Loading

0 comments on commit c5e1030

Please sign in to comment.