Skip to content

Commit 35e7833

Browse files
committed
chore: minor changes
chore(rebuild-all): make cwd an optional chore: change the CLI file names
1 parent 4bc697e commit 35e7833

4 files changed

+2
-2
lines changed

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.git/
44
.gitignore
55
cleanup.js
6-
configureStyles.js
6+
configure-styles.js
77
copy.js
88
favicon.ico
99
frameworks/

checkObsolete.js check-obsolete.js

File renamed without changes.
File renamed without changes.

rebuild-all.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function shouldSkipFramework({ type, name }) {
100100
/**
101101
* Run a command synchronously in the specified directory and log command
102102
* @param {string} command - The command to run
103-
* @param {string} cwd - The current working directory (optional)
103+
* @param {string} [cwd] - The current working directory (optional)
104104
*/
105105
function runCommand(command, cwd = undefined) {
106106
console.log(command);

0 commit comments

Comments
 (0)