Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## vNext

- added `runify` command to produce stanalone (node_modules included) bundles and to make them executable with `node index.js` (supports NextJS)

## 1.2.1

...
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ $ bob affected build
$ bob build
$ bob prepack

$ bob runify

```
4 changes: 4 additions & 0 deletions action/commands/runify.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export declare const distDir = "dist";
export declare const runifyCommand: import("../command").CommandFactory<{}, {}>;
export declare function readPackageJson(baseDir: string): Promise<any>;
//# sourceMappingURL=runify.d.ts.map
Loading