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 33
44### Features
55
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 11#! /bin/bash
22PATH=" $PWD /node_modules/.bin" :$PATH
33
4- prebuild () {
4+ build () {
55 rm -rf dist
66 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
88 cp README.md LICENSE package.json dist
9- }
10-
11- build () {
129 cd dist
1310 rm example.ts
1411 ttsc -p .
You can’t perform that action at this time.
0 commit comments