Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 894f714

Browse files
authored
Merge pull request #30 from dominykas/npm-otp-env
Build: get the syntax right...
2 parents 60f098a + a4ac642 commit 894f714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const path = require('path');
44

5-
const npmrcPath = process.env.NPM_CONFIG_USERCONFIG || path.resolve(process.cwd, '.npmrc');
5+
const npmrcPath = process.env.NPM_CONFIG_USERCONFIG || path.resolve(process.cwd(), '.npmrc');
66

77
module.exports = {
88
npmPublish: true,

0 commit comments

Comments
 (0)