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 4
4
"version" : " 0.1.5" ,
5
5
"license" : " UNLICENSED" ,
6
6
"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 "
8
8
},
9
9
"files" : [
10
10
" src" ,
Original file line number Diff line number Diff line change 4
4
"version" : " 0.1.5" ,
5
5
"license" : " UNLICENSED" ,
6
6
"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 "
8
8
},
9
9
"files" : [
10
10
" src" ,
Original file line number Diff line number Diff line change 8
8
" lib"
9
9
],
10
10
"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 " ,
12
12
"watch" : " leeway exec --package .:lib --transitive-dependencies --filter-type yarn --components --parallel -- tsc -w --preserveWatchOutput" ,
13
13
"test" : " mocha --opts mocha.opts './**/*.spec.ts' --exclude './node_modules/**'" ,
14
14
"test:brk" : " yarn test --inspect-brk"
You can’t perform that action at this time.
0 commit comments