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

Commit 94d6e87

Browse files
committed
chore: fix feedback
1 parent b9eb997 commit 94d6e87

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ stages:
33
- check
44
- test
55
- cov
6-
- pre-release
7-
- release
86

97
variables:
108
DOCKER_DRIVER: overlay2
@@ -15,11 +13,11 @@ before_script:
1513
check:
1614
stage: check
1715
script:
18-
- yarn lint
19-
- yarn dep-check
16+
- npm run lint
17+
- npm run dep-check
2018
# - npm install --no-lockfile @commitlint/config-conventional @commitlint/cli --save-dev
2119
# - npx commitlint --extends=@commitlint/config-conventional --from=$CI_COMMIT_BEFORE_SHA --to=$CI_COMMIT_SHA
22-
- yarn build
20+
- npm run build
2321
artifacts:
2422
paths:
2523
- dist/
@@ -67,7 +65,7 @@ test-browser-chrome:
6765
image: hugomrdias/node-chrome:test
6866
stage: test
6967
script:
70-
- AEGIR_BROWSERS=ChromeDocker yarn test:browser
68+
- AEGIR_BROWSERS=ChromeDocker npm run test:browser
7169
artifacts:
7270
paths:
7371
- coverage/
@@ -77,7 +75,7 @@ test-browser-firefox:
7775
image: hugomrdias/node-firefox:test
7876
stage: test
7977
script:
80-
- AEGIR_BROWSERS=FirefoxHeadless yarn test:browser
78+
- AEGIR_BROWSERS=FirefoxHeadless npm run test:browser
8179
artifacts:
8280
paths:
8381
- coverage/

0 commit comments

Comments
 (0)