1
0
Fork 0

update scripts

This commit is contained in:
nanxiaobei 2023-06-02 18:44:09 +08:00
parent c0d5285fa0
commit dc443025b3

View file

@ -5,10 +5,10 @@
"author": "nanxiaobei <nanxiaobei@gmail.com>", "author": "nanxiaobei <nanxiaobei@gmail.com>",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"__FOR_DEV__": "please change all `192.168.2.124` to your local IP", "__FOR_DEV__": "please change all `10.40.1.98` to your local IP",
"dev:tailwind": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch", "dev:tailwind": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch",
"dev:server": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --baseURL=192.168.2.124 --bind=192.168.2.124 --port=1313", "dev:server": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --baseURL=10.40.1.98 --bind=10.40.1.98 --port=1313",
"dev:open": "open http://192.168.2.124:1313/", "dev:open": "open http://10.40.1.98:1313/",
"build:go": "cp exampleSite/go.default.mod exampleSite/go.mod", "build:go": "cp exampleSite/go.default.mod exampleSite/go.mod",
"build:generate": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml", "build:generate": "hugo --gc --minify --themesDir=../.. --source=exampleSite --config=go.toml,config.toml",
"dev": "killall hugo & pnpm dev:tailwind & pnpm dev:server & pnpm dev:open", "dev": "killall hugo & pnpm dev:tailwind & pnpm dev:server & pnpm dev:open",