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

Commit a33ca54

Browse files
committed
Update ci configurate setting
- Fix gitlab url link: `huiyifyj` => `xn-02f`. - Add `npm run generate` while build stage.
1 parent 83f016a commit a33ca54

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# GitLab CI configuration
2-
# https://gitlab.com/huiyifyj/Proxy-pac.js
2+
# https://gitlab.com/xn-02f/Proxy-pac.js
33
image: node:latest
44

55
stages:
@@ -17,4 +17,5 @@ test:
1717
build:
1818
stage: build
1919
script:
20+
- npm run generate
2021
- npm run dist

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ install: npm i
77

88
script:
99
- npm run test
10+
- npm run generate
1011
- npm run dist

0 commit comments

Comments
 (0)