mirror of
https://github.com/gibbok/typescript-book
synced 2024-11-16 19:47:27 +01:00
17 lines
No EOL
235 B
Makefile
17 lines
No EOL
235 B
Makefile
format:
|
|
npm run format
|
|
|
|
check:
|
|
npm run check
|
|
|
|
website:
|
|
python3 ./make-website-content.py
|
|
|
|
website-deploy:
|
|
cd ../website && npm run deploy
|
|
|
|
website-preview:
|
|
cd ../website && npm run build && npm run preview
|
|
|
|
books:
|
|
./make-books.sh
|