@okamjs/okam
Advanced tools
Comparing version 0.0.36-dev.20231120.1 to 0.0.36-dev.20231120.2
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.0.36-dev.20231120.1", | ||
"version": "0.0.36-dev.20231120.2", | ||
"main": "index.js", | ||
@@ -39,6 +39,6 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.0.36-dev.20231120.1", | ||
"@okamjs/okam-darwin-x64": "0.0.36-dev.20231120.1", | ||
"@okamjs/okam-linux-x64-gnu": "0.0.36-dev.20231120.1" | ||
"@okamjs/okam-darwin-arm64": "0.0.36-dev.20231120.2", | ||
"@okamjs/okam-darwin-x64": "0.0.36-dev.20231120.2", | ||
"@okamjs/okam-linux-x64-gnu": "0.0.36-dev.20231120.2" | ||
} | ||
} |
import 'zx/globals'; | ||
(async () => { | ||
// console.log('Check branch'); | ||
console.log('Check branch'); | ||
// const branch = (await $`git branch --show-current`).stdout.trim(); | ||
@@ -15,3 +15,3 @@ // if (branch !== 'master') { | ||
// Check git status | ||
// console.log('Check git status'); | ||
console.log('Check git status'); | ||
// const status = (await $`git status --porcelain`).stdout.trim(); | ||
@@ -76,3 +76,3 @@ // if (status) { | ||
// set new version to bundler-okam | ||
// // set new version to bundler-okam | ||
// console.log('Set new version to bundler-okam'); | ||
@@ -79,0 +79,0 @@ // const bundlerOkamPkgPath = path.join( |
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
15199