eik-ci-utils
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "eik-ci-utils", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"type": "module", | ||
@@ -18,3 +18,7 @@ "bin": { | ||
"drnm": "^0.9.0" | ||
}, | ||
"scripts": { | ||
"version": "npm publish", | ||
"postversion": "git push --follow-tags" | ||
} | ||
} |
@@ -6,4 +6,7 @@ import eik from '@eik/cli' | ||
const cwd = process.cwd() | ||
const pkgPath = path.join(cwd, `package.json`) | ||
export async function getNewEikVersion() { | ||
const config = helpers.configStore.findInDirectory(process.cwd()); | ||
const config = helpers.configStore.findInDirectory(cwd); | ||
// This borked when just spreading config in, so I guess we need this verbose thing | ||
@@ -15,4 +18,2 @@ const { name, version, server, map, out, files } = config; | ||
const pkgPath = path.join(process.cwd(), `package.json`) | ||
export function getPkgJson() { | ||
@@ -19,0 +20,0 @@ const _pkg = fs.readFileSync(pkgPath) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2045
30