Skip to content

Commit 44acdc3

Browse files
committed
Fix directory
1 parent 8bfd376 commit 44acdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"scripts": {
2929
"prepublishOnly": "node ./tools/scripts/prepublish",
30-
"postpublish": "node ./tools/scripts/postpublish",
30+
"postpublish": "node ./__tools__/scripts/postpublish",
3131
"notes": "make notes",
3232
"lint": "make lint",
3333
"repl": "make repl",

0 commit comments

Comments
 (0)