Change Bash directive style
Oops, it wasn't that it wasn't finding the file, it was that the first line failed.
This commit is contained in:
parent
66756b0605
commit
8d180285a9
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "./render.sh",
|
||||
"build": "./render.bash",
|
||||
"build:targets": "yarn build:client && yarn build:server",
|
||||
"build:client": "tsc -b && vite build --outDir dist/client",
|
||||
"build:server": "tsc -b && vite build --outDir dist/server --ssr src/entry-server.tsx",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env bash
|
||||
#!/bin/bash
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
Loading…
Add table
Add a link
Reference in a new issue