Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 173eafd

Browse files
committed
fix build
1 parent 8bd2555 commit 173eafd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
before_install:
55
- export TZ=America/New_York
66
script:
7+
- 'npm run lint'
78
- 'npm test'
89
- 'npm run build'
910
deploy:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@log4js2/core",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"scripts": {
5-
"build": "npm run lint && tsc",
5+
"build": "tsc",
66
"lint": "tslint -p tsconfig.json -c tslint.json",
77
"jekyll": "jekyll serve --destination ./docs/",
88
"test": "jest",

0 commit comments

Comments
 (0)