We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665a418 commit 99ad0b6Copy full SHA for 99ad0b6
1 file changed
.circleci/config.yml
@@ -21,6 +21,8 @@ jobs:
21
- run:
22
name: Authenticate with registry
23
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
24
+ - run: echo "dir=$PWD"
25
+ - run: echo $(ls -la)
26
- run: ./deploy.sh
27
28
workflows:
0 commit comments