mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-01-24 15:30:47 +01:00
5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/sh
|
|
npm update
|
|
npm install
|
|
yes | npx esbuild --help > /dev/null # Install esbuild
|