fix: add dummy publish script for website
Some checks failed
Publish package / build_and_publish (push) Failing after 22s
Some checks failed
Publish package / build_and_publish (push) Failing after 22s
This commit is contained in:
parent
ae444629f0
commit
e858cc2871
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@
|
|||
"link-dependencies": "bun run _scripts/link-dependencies.ts",
|
||||
"prebuild": "bun run _scripts/build.ts",
|
||||
"watch-deps": "bun run --watch _scripts/build.ts",
|
||||
"dev": "zola serve --port 3000 --fast --open"
|
||||
"dev": "zola serve --port 3000 --fast --open",
|
||||
"publish": "echo 'dummy publish script'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mini-strap/core": "workspace:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue