This commit is contained in:
ntr 2019-03-29 21:00:13 +11:00
parent 2494b2dd5f
commit f7daa96550

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"split:molecules": "cd molecules; csplit -f mol bulk.sdf /\$\$\$\$/ {*} --suppress-matched -z",
"split:molecules": "cd molecules; csplit -f mol bulk.sdf /\\$\\$\\$\\$/ {*} --suppress-matched -z",
"migrate": "knex migrate:latest",
"migrate:make": "knex migrate:make --",
"test": "echo \"Error: no test specified\" && exit 1"