blob: 234cfcd3ee3ca92f008e631f15962f0262b86608 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# https://just.systems
default:
just --list
dev:
npm run dev
build:
npm run build
upgrade-deps:
npx npm-check-updates --peer -u
upgrade-astro:
npx @astrojs/upgrade -y
|