Skip to content

Commit d05aa8e

Browse files
committed
Merge branch 'master' into dev/strictSign
2 parents b02cf74 + 9bfddd1 commit d05aa8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.idea/
2+
.vscode/
13
.github/
24
coverage/
35
csp/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "cross-env NODE_ENV=production webpack --mode=production",
1212
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
1313
"test": "jest --runInBand --coverage",
14-
"postinstall": "patch-package"
14+
"postinstall": "npx patch-package"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)