Skip to content

Commit

Permalink
fix: Failing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 24, 2020
1 parent 3f31953 commit f910731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"daf": "bin/daf.js"
},
"scripts": {
"postinstall": "node scripts/postinstall",
"postinstall": "scripts/postinstall.js",
"build": "tsc",
"watch": "tsc -b --watch"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/daf-cli/scripts/postinstall.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const fs = require('fs')
const { SecretBox } = require('daf-libsodium')

Expand Down

0 comments on commit f910731

Please sign in to comment.