neko/dev/build
Miroslav Šedivý 4e693ae4a3
Upgrade to node 18 and dependencies (#46)
* upgrade to nodejs 18.

* npm update.

* upgrade linter.

* upgrade axios.

* upgrade saas loader.

* upgrade typescript.
2024-01-26 19:25:22 +01:00

11 lines
226 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
# start component watch
docker run --rm -it \
--user "$(id -u):$(id -g)" \
--volume "${PWD}/../:/app" \
--entrypoint="npm" \
--workdir="/app" \
node:18-buster-slim run build