Skip to content

Commit b366187

Browse files
committed
🏗️ Merge 'build' script into 'preview' and rename it to 'uat'
1 parent 77c1a87 commit b366187

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
@@ -2,7 +2,7 @@
22
"scripts": {
33
"dev": "vitepress dev pages",
44
"build": "vitepress build pages",
5-
"preview": "vitepress preview pages"
5+
"uat": "vitepress build pages && vitepress preview pages"
66
},
77
"dependencies": {
88
"maplibre-gl": "^5.14.0",

0 commit comments

Comments
 (0)