Skip to content

Commit 4822276

Browse files
committed
updated deployment with build:fix to test
1 parent ff7bcb0 commit 4822276

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.travis.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,19 @@ script:
1515
- 'npm run lint'
1616
- 'npm run test'
1717
- 'npm run build'
18-
# specify a job to run
19-
# deploy:
20-
# on:
21-
# branch: main
22-
# tags: false
23-
# skip_cleanup: true
24-
# provider: npm
25-
# email: $NPM_EMAIL_ADDRESS
26-
# api_key: $NPM_API_KEY
18+
19+
# specify deployment
20+
before_deploy:
21+
- 'npm run build'
22+
- 'npm run build:fix'
23+
24+
deploy:
25+
on:
26+
branch: main
27+
tags: false
28+
skip_cleanup: true
29+
provider: npm
30+
email: $NPM_EMAIL_ADDRESS
31+
api_key: $NPM_API_KEY
2732

2833

0 commit comments

Comments
 (0)