Skip to content

Commit 2600bab

Browse files
committed
Update package.json for swap fn
1 parent ea7152e commit 2600bab

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
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"start": "nodemon ./src/start_server.js",
1111
"test": "node ./src/server/test.mjs",
12-
"swap": "mv docs docs_temp_directory ; mv docs_temp docs ; mv docs_temp_directory docs_temp",
12+
"swap": "mv docs docs_temp_directory && mv docs_temp docs && mv docs_temp_directory docs_temp",
1313
"build": "node mkdocs.js"
1414
},
1515
"keywords": [],

0 commit comments

Comments
 (0)