esoftplay 0.0.268-beta5b5e749 → 0.0.268-betaaa4e77a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -1542,7 +1542,7 @@ function switchStatus(status) {
|
|
|
1542
1542
|
}
|
|
1543
1543
|
const hasSeparatePackageJson = status.includes("l") ? fs.existsSync(packlivejson) : fs.existsSync(packdebugjson)
|
|
1544
1544
|
if (hasSeparatePackageJson) {
|
|
1545
|
-
command(`rm -rf ${DIR}node_modules ${DIR}package-lock.json ${DIR}yarn.lock ${DIR}bun.lockb
|
|
1545
|
+
command(`rm -rf ${DIR}node_modules ${DIR}package-lock.json ${DIR}yarn.lock ${DIR}bun.lockb && bun install`)
|
|
1546
1546
|
}
|
|
1547
1547
|
return valid
|
|
1548
1548
|
}
|
package/package.json
CHANGED