mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-30 18:28:40 +00:00
12 lines
215 B
Bash
Executable File
12 lines
215 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source $(dirname "$0")/tools.sh
|
|
|
|
mkdir -p /home/worker/artifacts
|
|
|
|
# Install Node.JS dependencies.
|
|
cd nss/automation/taskcluster/graph/ && npm install
|
|
|
|
# Extend the task graph.
|
|
node lib/index.js
|