mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 01:46:37 +02:00
🚧 Add tests option
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
2183c37373
commit
0109c3ff1d
5 changed files with 75 additions and 11 deletions
10
frontend/scripts/build-tests.sh
Normal file
10
frontend/scripts/build-tests.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
source ~/.bashrc
|
||||
|
||||
npm install
|
||||
npm run build:main || exit 1;
|
||||
npm run build:view || exit 1;
|
||||
npm run build:worker || exit 1;
|
||||
|
||||
# TODO
|
||||
#node ./out/tests.js
|
Loading…
Add table
Add a link
Reference in a new issue