Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
build: fix build failing on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 committed Sep 20, 2021
1 parent 1d77dbe commit e816079
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,9 @@
"eslint:fix": "eslint src/js/*.js --fix",
"format": "npm-run-all --parallel format:*",
"format:js": "prettier src/js/*.js --write",
"format:php": "prettier {api,lib,test}/{,*/**/}*.php --write",
"format:phpapi": "prettier api/{,*/**/}*.php --write",
"format:phplib": "prettier lib/*.php --write",
"format:phptest": "prettier test/*.php --write",
"format:scss": "prettier src/sass/{,*/**/}*.scss --write",
"pack:build": "npm-run-all --serial eslint build pack:zip",
"pack:zip": "node scripts/pack-build.js",
Expand Down

0 comments on commit e816079

Please sign in to comment.