We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11d670 commit 81c80abCopy full SHA for 81c80ab
package.json
@@ -13,7 +13,6 @@
13
],
14
"scripts": {
15
"prepublishOnly": "npm run build",
16
- "postpublish": "./bin/wiki.sh",
17
"clean:dts": "find . -name '*.d.ts' -not -wholename '*node_modules*' -type f -delete",
18
"clean:map": "find . -name '*.js.map' -not -wholename '*node_modules*' -type f -delete",
19
"clean:js": "find . -name '*.js' -not -wholename '*node_modules*' -not -wholename '*bin/*' -type f -delete",
0 commit comments