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 cafbbe5 commit 8230633Copy full SHA for 8230633
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"prebuild": "rm -rf lib && mkdir lib",
15
"build": "echo 'Nothing to build'",
16
- "postbuild": "cp *.js README.md LICENSE package.json lib",
+ "postbuild": "cp *.js README.md LICENSE NOTICE package.json lib",
17
"lint": "eslint .",
18
"test": "tap",
19
"prepare": "husky install"
0 commit comments