Skip to content

Commit 7c1206e

Browse files
committed
more debug... who overwrote!
1 parent 3f074cd commit 7c1206e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
steps:
3434
- checkout
3535
- run:
36-
name: install envsubst
37-
command: npm install envsub
36+
name: install envsub
37+
command: sudo npm install -g envsub
3838
- run:
3939
name: envsubst
40-
command: envsubst < package.json > package.json.tmp && mv package.json.tmp package.json
40+
command: envsub package.json
4141
- yarn-install-pretty-lint-tsc-build
4242
- run:
4343
name: Authenticate with registry

0 commit comments

Comments
 (0)