mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-18 18:52:30 +02:00
add dev scripts.
This commit is contained in:
parent
17be646493
commit
ecbd2d3ca2
6 changed files with 106 additions and 0 deletions
10
dev/npm
Executable file
10
dev/npm
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# npm
|
||||
docker run --rm -it \
|
||||
--user "$(id -u):$(id -g)" \
|
||||
--volume "${PWD}/../:/app" \
|
||||
--entrypoint="npm" \
|
||||
--workdir="/app" \
|
||||
node:16-buster-slim "$@"
|
Loading…
Add table
Add a link
Reference in a new issue