Skip to content

Commit

Permalink
chore: fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosacchetto committed Dec 19, 2023
1 parent 85baae6 commit aad0856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also provides some env variables which will be replaced during transpilation
- `process.env.PKG_DESCRIPTION`: contains package description
- `process.env.BUILD_NODE_ENV`: allows to perform threeshaking of code you do not want to have after the production build step

> ![NOTE]
> [!NOTE]
> If you are using this template for a CLI you need to set the `isCli` property of `rollup.config.mjs` to `true`. Then add `#!/usr/bin/env node` to the top of the `src/index.ts` file
It contains already a bunch of github actions configured
Expand Down

0 comments on commit aad0856

Please sign in to comment.