Skip to content

Commit 400bc15

Browse files
committed
[TSTEMPLATE-16] Build should clear dist
1 parent 8aac91f commit 400bc15

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [v1.2.4]
44

55
### Fixes
6+
- [TSTEMPLATE-16] Build should clear dist
67
- [TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error
78
- [TSTEMPLATE-14] Remove tsconfig.spec.json
89
- [TSTEMPLATE-13] Switch tsconfig to output es6

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"start": "npm run dev",
77
"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",
1010
"build:dev": "npm run lint && npm run preprocess && npm run compile && npm run postprocess",
1111
"build:dev:clean": "npm run clean && npm run build:dev",
1212
"build:prod": "npm run preprocess prod && npm run lint:prod && npm run compile && npm run postprocess prod",

0 commit comments

Comments
 (0)