This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
joplin
Watch
1
Star
0
Fork
0
You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced
2024-12-12 08:54:00 +02:00
Code
Issues
Releases
Activity
46ed1304f2
joplin
/
packages
/
app-cli
/
cli-integration.sh
3 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Bug fixes and integration tests for cli
2017-07-11 20:41:18 +02:00
#!/bin/bash
set
-e
Tools: Moved testing under "npm run test" and clean-up no longer used shell scripts
2020-02-21 14:15:06 +02:00
npm run build
&&
NODE_PATH
=
"build/"
node build/cli-integration-tests.js
Reference in New Issue
Copy Permalink