Skip to content

Commit c7555ca

Browse files
committed
Get PR ready for review
1 parent 3d658da commit c7555ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ commands:
2828
command: |
2929
npm --production=false install
3030
npm --production=false update
31-
npx playwright install
31+
npx playwright install
3232
3333
test:
3434
steps:
@@ -44,7 +44,7 @@ commands:
4444
command: |
4545
export NODE_ENV=production
4646
export RELEASE_TIMESTAMP=$(date +'%Y%m%d%H%M%S')
47-
echo "export NPM_TAG=test" >> $BASH_ENV
47+
echo "export NPM_TAG=latest" >> $BASH_ENV
4848
npm run build
4949
if [ -z "$BEFORE_DEPLOY_RAN" ]; then
5050
VPKG=$($(npm bin)/json -f package.json version)
@@ -99,7 +99,6 @@ workflows:
9999
- equal: [ develop, <<pipeline.git.branch>> ]
100100
- matches: { pattern: "^hotfix.*", value: <<pipeline.git.branch>> }
101101
- matches: { pattern: "^release.*", value: <<pipeline.git.branch>> }
102-
- matches: { pattern: "^tsm.*", value: <<pipeline.git.branch>> }
103102
jobs:
104103
- build-and-test
105104

@@ -110,7 +109,6 @@ workflows:
110109
- equal: [ develop, <<pipeline.git.branch>> ]
111110
- matches: { pattern: "^hotfix.*", value: <<pipeline.git.branch>> }
112111
- matches: { pattern: "^release.*", value: <<pipeline.git.branch>> }
113-
- matches: { pattern: "^tsm.*", value: <<pipeline.git.branch>> }
114112
jobs:
115113
- build-and-test
116114
- deploy:

0 commit comments

Comments
 (0)