Skip to content

Commit 15aa9cf

Browse files
author
cm-kato.ryo
committed
fix: toasted class name set
1 parent 704986e commit 15aa9cf

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
@@ -5,7 +5,7 @@
55
"scripts": {
66
"serve": "vue-cli-service serve --https",
77
"build": "vue-cli-service build",
8-
"release": "npm run build && git add -u docs/* && git commit -m \"release\" && git push"
8+
"release": "npm run build && git add -A docs/* && git commit -m \"release\" && git push"
99
},
1010
"dependencies": {
1111
"core-js": "^3.4.4",

0 commit comments

Comments
 (0)