mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 08:53:39 +00:00
🚧 Add tests option
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
"dist:assets": "gulp dist",
|
||||
"prod": "gulp dist --production",
|
||||
"start": "npm run figwheel",
|
||||
"build:main": "clojure -Adev tools.clj build main",
|
||||
"build:view": "clojure -Adev tools.clj build view",
|
||||
"build:worker": "clojure -Adev tools.clj build worker",
|
||||
"figwheel": "clojure -Adev tools.clj figwheel"
|
||||
},
|
||||
|
||||
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