File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
## [ v1.2.4]
4
4
5
5
### Fixes
6
+ - [ TSTEMPLATE-16] Build should clear dist
6
7
- [ TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error
7
8
- [ TSTEMPLATE-14] Remove tsconfig.spec.json
8
9
- [ TSTEMPLATE-13] Switch tsconfig to output es6
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : " npm run dev" ,
7
7
"dev" : " npm run lint && ts-node src/index.ts" ,
8
- "test" : " npm run build:dev && npm run coverage" ,
9
- "clean" : " rm -rf dist dist-test " ,
8
+ "test" : " npm run build:dev:clean && npm run coverage" ,
9
+ "clean" : " rm -rf dist" ,
10
10
"build:dev" : " npm run lint && npm run preprocess && npm run compile && npm run postprocess" ,
11
11
"build:dev:clean" : " npm run clean && npm run build:dev" ,
12
12
"build:prod" : " npm run preprocess prod && npm run lint:prod && npm run compile && npm run postprocess prod" ,
You can’t perform that action at this time.
0 commit comments