Skip to content

Commit

Permalink
minor yarn run short syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Mar 31, 2020
1 parent 7346620 commit 700de03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"scripts": {
"ace": "node ./packages/ace-cli/bin/ace.js",
"ace-electron": "electron ./packages/ace-axe-runner-electron/lib/cli.js",
"clean": "yarn run clean-libs",
"clean": "yarn clean-libs",
"clean-libs": "rimraf packages/*/lib",
"clean-node-modules": "rimraf packages/*/node_modules && rimraf node_modules",
"clean-all": "yarn run clean-libs && yarn run clean-node-modules",
"prebuild": "yarn run clean-libs",
"clean-all": "yarn clean-libs && yarn clean-node-modules",
"prebuild": "yarn clean-libs",
"build": "cross-env VERBOSE=1 node ./scripts/build.js",
"docs": "echo docs script not implemented",
"lint": "echo lint script not implemented",
Expand Down

0 comments on commit 700de03

Please sign in to comment.