1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Cli: Fixed regression that was making installation fail

This commit is contained in:
Laurent Cozic
2019-09-08 20:12:25 +01:00
parent 772e39b710
commit 694c3fed2d

View File

@@ -85,7 +85,6 @@
"jasmine": "^2.6.0" "jasmine": "^2.6.0"
}, },
"scripts": { "scripts": {
"test": "jasmine", "test": "jasmine"
"postinstall": "cd .. && npm i"
} }
} }