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

Commit 948ee7a

Browse files
committed
fix build
1 parent 3bd807c commit 948ee7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ node_js:
33
- '10'
44
before_install:
55
- export TZ=America/New_York
6+
jobs:
7+
include:
8+
- stage: build
9+
script: 'npm run build'
610
deploy:
711
on:
812
tags: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@log4js2/core",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"scripts": {
55
"build": "npm run lint && tsc",
66
"lint": "tslint -p tsconfig.json -c tslint.json",

0 commit comments

Comments
 (0)