Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Aug 30, 2021
1 parent 07fa899 commit e9d206c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package-scripts.js
Expand Up @@ -76,7 +76,8 @@ module.exports = {
},
"compile-ts": "tsc --project tsconfig.json --noEmit",
// Version testing helpers
"lerna-dry-run": "lerna version --no-git-tag-version --no-push --loglevel silly",
"lerna-dry-run":
"lerna version --no-git-tag-version --no-push --loglevel silly",
// TODO: organize build scripts once build perf is sorted out
"babel-es": "cross-env BABEL_ENV=es babel src --out-dir es --copy-files",
"babel-lib":
Expand Down

0 comments on commit e9d206c

Please sign in to comment.