Skip to content

Commit df8fd95

Browse files
authored
Merge pull request #262 from n0th1ng-else/scripts
fix(docker): Fix script commands
2 parents c42ecae + 095f8d8 commit df8fd95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"prepare": "svelte-kit sync",
7070
"draft": "node src/ci/create-md.js",
7171
"welcome": "node src/ci/welcome.js",
72-
"start": "pnpm welcome && pnpm server"
72+
"start": "pnpm run welcome && pnpm run server"
7373
},
7474
"type": "module",
7575
"keywords": [

0 commit comments

Comments
 (0)