mirror of
https://github.com/penpot/penpot.git
synced 2025-10-04 22:17:24 +00:00
🚧 Add tests option
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user