We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f074cd commit 7c1206eCopy full SHA for 7c1206e
.circleci/config.yml
@@ -33,11 +33,11 @@ jobs:
33
steps:
34
- checkout
35
- run:
36
- name: install envsubst
37
- command: npm install envsub
+ name: install envsub
+ command: sudo npm install -g envsub
38
39
name: envsubst
40
- command: envsubst < package.json > package.json.tmp && mv package.json.tmp package.json
+ command: envsub package.json
41
- yarn-install-pretty-lint-tsc-build
42
43
name: Authenticate with registry
0 commit comments