Skip to content

Commit 1692259

Browse files
committed
chore(clean-build): skip rev-parse for now
Means the script only works in the root, but that's fine
1 parent ca246af commit 1692259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"format": "prettier . --write",
2727
"format:check": "prettier . --check",
2828
"generate-dependency-graph": "node ./tasks/generateDependencyGraph.mjs",
29-
"git-clean-build": "node $(git rev-parse --show-toplevel)/tasks/git-clean-build.mjs",
29+
"git-clean-build": "node ./tasks/git-clean-build.mjs",
3030
"install:all": "concurrently -g -c auto -n install:fw \"yarn install\" npm:install:crwrsca",
3131
"install:ci": "concurrently -g -c auto -n install:fw:ci \"yarn install --inline-builds\" npm:install:crwrsca:ci",
3232
"install:crwrsca": "yarn --cwd packages/create-cedar-rsc-app install",

0 commit comments

Comments
 (0)