Commit f3321f9
chore(build): Split dist packaging into its own script
This adds convenience in local development in other projects like so:
```
git clone https://github.com/Typescript-TDD/ts-auto-mock.git
git checkout <custom-branch>
npm ci
npm run build
npm run package
```
or through symlinks to a local copy (ts-auto-mock/dist) with custom changes.1 parent 700dd68 commit f3321f9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments