Skip to content

Commit 890e3f7

Browse files
authored
fix: use npm run before oclif:readme (#73)
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 8d7444f commit 890e3f7

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
@@ -64,7 +64,7 @@
6464
"oclif:manifest": "oclif manifest",
6565
"oclif:readme": "oclif readme",
6666
"postpack": "rm -f oclif.manifest.json",
67-
"prepack": "npm run oclif:manifest && oclif:readme",
67+
"prepack": "npm run oclif:manifest && npm run oclif:readme",
6868
"test": "mocha --forbid-only \"test/**/*.test.js\""
6969
}
7070
}

0 commit comments

Comments
 (0)