File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.0" ,
3- "tasks" : [
4- {
5- "type" : " typescript" ,
6- "tsconfig" : " tsconfig.json" ,
7- "option" : " watch" ,
8- "problemMatcher" : [
9- " $tsc-watch"
10- ],
11- "group" : " build" ,
12- "label" : " tsc: watch - tsconfig.json"
13- }
14- ]
2+ "version" : " 2.0.0" ,
3+ "tasks" : [
4+ {
5+ "type" : " typescript" ,
6+ "tsconfig" : " tsconfig.json" ,
7+ "option" : " watch" ,
8+ "problemMatcher" : [
9+ " $tsc-watch"
10+ ],
11+ "group" : " build" ,
12+ "label" : " tsc: watch - tsconfig.json"
13+ },
14+ {
15+ "type" : " shell" ,
16+ "command" : " yarn build && npm publish build" ,
17+ "problemMatcher" : [
18+ " $tsc-watch"
19+ ],
20+ "group" : " build" ,
21+ "label" : " deploy"
22+ }
23+ ]
1524}
Original file line number Diff line number Diff line change 1010 "clean" : " rm -rf build" ,
1111 "build" : " yarn clean && tsc && cp package.json README.md src/*.d.ts build" ,
1212 "develop" : " tsc --watch" ,
13- "deploy" : " yarn build && npm publish build --dry-run "
13+ "deploy" : " yarn build && npm publish build"
1414 },
1515 "devDependencies" : {
1616 "@types/chalk" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments