File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
content-service-api/typescript
image-builder-api/typescript
ws-manager-api/typescript Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "version" : " 0.1.5" ,
55 "license" : " UNLICENSED" ,
66 "scripts" : {
7- "build" : " mkdir -p lib; tsc && cp -f src/*.js src/*d.ts lib"
7+ "build" : " mkdir -p lib && cp -f src/*.js src/*d.ts lib && tsc "
88 },
99 "files" : [
1010 " src" ,
Original file line number Diff line number Diff line change 44 "version" : " 0.1.5" ,
55 "license" : " UNLICENSED" ,
66 "scripts" : {
7- "build" : " tsc && cp -f src/*.js src/*d.ts lib"
7+ "build" : " mkdir -p lib && cp -f src/*.js src/*d.ts lib && tsc "
88 },
99 "files" : [
1010 " src" ,
Original file line number Diff line number Diff line change 88 " lib"
99 ],
1010 "scripts" : {
11- "build" : " tsc && cp -f src/*.js src/*d.ts lib" ,
11+ "build" : " mkdir -p lib && cp -f src/*.js src/*d.ts lib && tsc " ,
1212 "watch" : " leeway exec --package .:lib --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput" ,
1313 "test" : " mocha --opts mocha.opts './**/*.spec.ts' --exclude './node_modules/**'" ,
1414 "test:brk" : " yarn test --inspect-brk"
You can’t perform that action at this time.
0 commit comments