mirror of https://github.com/laurent22/joplin.git
4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
set -e
|
||
|
npm run build && NODE_PATH="build/" node build/fuzzing.js
|