Skip to content

Commit

Permalink
ci(docs): fix add-url script
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Aug 21, 2022
1 parent 3132d2f commit 23d7ed1
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start",
"build": "next build",
"lint": "next lint",
"add-url": "node workflows/deploy.js"
"add-url": "node workflows/add-url.js"
},
"dependencies": {
"@emotion/react": "^11.10.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo"
],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo"
],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo"
],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo"
],
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/haetae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"semver": "^7.3.7",
"upath": "^2.0.1"
},
"devDependencies": {
"devDependencies": {
"@types/semver": "^7.3.10"
},
"keywords": [
Expand All @@ -37,7 +37,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo"
],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo"
],
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build",
"incremental",
"ci",
"devOps",
"DevOps",
"monorepo",
"utils",
"utility",
Expand Down

0 comments on commit 23d7ed1

Please sign in to comment.