We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cascade-changes.sh
1 parent 64a764e commit 3e29f76Copy full SHA for 3e29f76
tools/cascade-changes.ts
100644
100755
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
import { execSync } from 'child_process';
4
import { config } from './cook/config.ts';
5
const { exercises } = config;
0 commit comments