Skip to content

Commit 81c80ab

Browse files
committed
fix: commands cleanup
1 parent d11d670 commit 81c80ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
],
1414
"scripts": {
1515
"prepublishOnly": "npm run build",
16-
"postpublish": "./bin/wiki.sh",
1716
"clean:dts": "find . -name '*.d.ts' -not -wholename '*node_modules*' -type f -delete",
1817
"clean:map": "find . -name '*.js.map' -not -wholename '*node_modules*' -type f -delete",
1918
"clean:js": "find . -name '*.js' -not -wholename '*node_modules*' -not -wholename '*bin/*' -type f -delete",

0 commit comments

Comments
 (0)