Releases: theintern/dev
Releases · theintern/dev
0.4.1
0.4.0
0.1.10
- Less implicit use of
buildDir
. Resources are now based onprocess.cwd()
outDir
entries in all tsconfig files are considered build dirs, and will be removed byintern-dev-clean
- The internal JSON parsing code now handles comments (these are allowed in tsconfig files)
- Fewer resources are implicitly copied
0.1.9
0.1.8
0.1.7
0.1.6
Support publishDirectory
option.
By default, the release script clones the repo into <rootDir>/<buildDir>
, builds the clone, then publishes from <rootDir>/<buildDir>/<buildDir>
. If the publishDir option is specified, the publish will be made from <rootDir>/<buildDir>/<publishDir>
.