Skip to content

Commit e44be2c

Browse files
author
Keegan Jorgensen
committed
Fix deploy script
1 parent 6245f3c commit e44be2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
<<: *package-cache
3434
paths:
3535
- node_modules
36-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
36+
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
3737
- run: npm run build
3838
- run: npm publish
3939

0 commit comments

Comments
 (0)