mirror of
https://github.com/penpot/penpot.git
synced 2026-05-22 16:33:55 +00:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ~/.bashrc
|
|
|
|
npm ci
|
|
npm run build:test || exit 1;
|
|
|
|
node ./target/tests/main
|