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