mirror of
https://github.com/screentinker/screentinker.git
synced 2026-08-17 07:34:15 -06:00
fix: add build script to install server deps on Hostinger
This commit is contained in:
parent
d006776c8c
commit
5aad3ac383
|
|
@ -5,6 +5,7 @@
|
||||||
"description": "Cross-cutting tooling for ScreenTinker shared assets (transition shader library, etc.)",
|
"description": "Cross-cutting tooling for ScreenTinker shared assets (transition shader library, etc.)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"build": "npm install --prefix server",
|
||||||
"build:manifest": "node shared/Transitions/generate-manifest.js",
|
"build:manifest": "node shared/Transitions/generate-manifest.js",
|
||||||
"test:shaders": "node shared/Transitions/compile-test.js"
|
"test:shaders": "node shared/Transitions/compile-test.js"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue