Skip to content

Commit a9dcbb7

Browse files
committed
loginnameへ変更
1 parent d5d1638 commit a9dcbb7

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"webpack": "webpack",
88
"package": "dotenv cross-var \"npx kintone-plugin-packer src --ppk %PPK%\"",
9-
"upload": "dotenv cross-var \"npx kintone-plugin-uploader --base-url %BASE_URL% --username %USERNAME% --password %PASSWORD% plugin.zip\"",
9+
"upload": "dotenv cross-var \"npx kintone-plugin-uploader --base-url %BASE_URL% --username %LOGINID% --password %PASSWORD% plugin.zip\"",
1010
"build": "yarn webpack && yarn package",
1111
"watch": "yarn webpack --watch",
1212
"lint": "yarn eslint src/**/*.tsx src/**/*.ts"

0 commit comments

Comments
 (0)