There was an error while loading. Please reload this page.
1 parent ea7152e commit 2600babCopy full SHA for 2600bab
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"start": "nodemon ./src/start_server.js",
11
"test": "node ./src/server/test.mjs",
12
- "swap": "mv docs docs_temp_directory ; mv docs_temp docs ; mv docs_temp_directory docs_temp",
+ "swap": "mv docs docs_temp_directory && mv docs_temp docs && mv docs_temp_directory docs_temp",
13
"build": "node mkdocs.js"
14
},
15
"keywords": [],
0 commit comments