Skip to content

Commit 9a3d5f3

Browse files
committed
docs: update package.json scripts
1 parent a016f5c commit 9a3d5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
},
88
"scripts": {
99
"start": "node src/server.js start",
10-
"clean": "rm -r dist && mkdir dist",
10+
"clean": "rm -r dist; mkdir dist",
1111
"prebuild": "npm run clean",
1212
"build": "pkg --output dist/dabbu-server .",
13-
"test": "echo \"Error: no test specified\" && exit 1"
13+
"test": "echo \"Error: no test specified\"; exit 1"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)