File tree Expand file tree Collapse file tree 3 files changed +3
-53
lines changed Expand file tree Collapse file tree 3 files changed +3
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
4
4
### Features
5
5
6
- * First release ([ 1fc88b8] ( https://github.com/unlight/typescript-transform-unspec/commit/1fc88b8 ) )
7
- * First release ([ 352d144] ( https://github.com/unlight/typescript-transform-unspec/commit/352d144 ) )
6
+ * First release
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
PATH=" $PWD /node_modules/.bin" :$PATH
3
3
4
- prebuild () {
4
+ build () {
5
5
rm -rf dist
6
6
cp -rf src dist && /usr/bin/find dist -name ' *.spec.ts' | xargs rm -f
7
- cat tsconfig.json | jq ' del(.include, .compilerOptions.outDir)' > dist/tsconfig.json
7
+ cat tsconfig.json | jq ' del(.include, .compilerOptions.outDir)' | jq -r ' .compilerOptions.plugins[0].transform = "./index.ts" ' > dist/tsconfig.json
8
8
cp README.md LICENSE package.json dist
9
- }
10
-
11
- build () {
12
9
cd dist
13
10
rm example.ts
14
11
ttsc -p .
You can’t perform that action at this time.
0 commit comments