Skip to content

Commit 0b61900

Browse files
authored
Merge pull request #18 from adityadarma/dev
fix(package): fix bug
2 parents 287fa03 + 3ef17f8 commit 0b61900

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
@@ -36,7 +36,7 @@
3636
"test": "c8 npm run quick:test",
3737
"prebuild": "npm run lint && npm run clean",
3838
"build": "npm run clean && tsc",
39-
"postbuild": "npm run copy:templates && npm run index:commands",
39+
"postbuild": "npm run copy:templates",
4040
"release": "release-it",
4141
"version": "npm run build",
4242
"prepublishOnly": "npm run build"

0 commit comments

Comments
 (0)