Skip to content

Commit

Permalink
revert dev/build command alias for now
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed May 8, 2024
1 parent f07045a commit 4e8a996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"vitepress": "^1.1.4"
},
"scripts": {
"dev": "vitepress dev runatlantis.io",
"build": "vitepress build runatlantis.io",
"website:dev": "vitepress dev runatlantis.io",
"website:build": "vitepress build runatlantis.io",
"e2e": "playwright test"
}
}

0 comments on commit 4e8a996

Please sign in to comment.