Skip to content

Commit

Permalink
make build use sxh mkdir p
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFireBlast committed Jun 30, 2022
1 parent f13f394 commit 5b3a3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build:swc": "swc src -d dist -s",
"build:rion": "nearleyc src/rion.ne -o dist/rion.js",
"build:types": "tsc --emitDeclarationOnly",
"build": "shx mkdir dist && npm-run-all --parallel build:swc build:types build:rion",
"build": "shx mkdir -p dist && npm-run-all --parallel build:swc build:types build:rion",
"format": "prettier --write .",
"test:build:rion": "nearleyc src/rion.ne -o src/rion.js",
"test:ts": "tsc --noEmit",
Expand Down

0 comments on commit 5b3a3e0

Please sign in to comment.