typescript-book/tools/Makefile

17 lines
235 B
Makefile
Raw Normal View History

format:
npm run format
check:
npm run check
website:
python3 ./make-website-content.py
2024-01-18 15:38:52 +01:00
website-deploy:
cd ../website && npm run deploy
website-preview:
cd ../website && npm run build && npm run preview
books:
./make-books.sh