Skip to content

Commit 007ee42

Browse files
committed
chore: wip
1 parent 2c6af2f commit 007ee42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.stacks/scripts/.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.stacks/scripts/ensure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# This is a slighly adjusted Tea setup script, specific for Stacks usage
4+
# Many thanks to Tea.xyz!
5+
36
REQUIRED_NODE_VERSION=$(cat ./.node-version)
47

58
INSTALLED_NODE_VERSION=$(node -v 2>/dev/null || echo "")

0 commit comments

Comments
 (0)