Skip to content

Commit

Permalink
update npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Aug 4, 2019
1 parent 19b868b commit 573f170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"ci:all": "yarn ci && yarn app:lint && yarn app:test:ci && yarn app:e2e:ci",
"###----- Tools -----###": "Tool commands",
"format": "node node_modules/.bin/prettier --single-quote --print-width 90 --write 'apps/**/src/*.{ts,css,scss,json}' 'pkgs/**/src/*.{ts,css,scss,json}'",
"release": "ts-node ./tools/release.ts -- ",
"update": "ts-node ./tools/update.ts -- "
"release": "ts-node ./tools/release.ts ",
"update": "ts-node ./tools/update.ts "
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 573f170

Please sign in to comment.