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