Skip to content

Commit

Permalink
chore: Fix build some more (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion authored Jul 30, 2020
1 parent 5c63004 commit dfd989b
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 @@ -28,7 +28,7 @@
"format": "4c format --prettier-ignore .eslintignore .",
"lint": "4c lint --prettier-ignore .eslintignore .",
"prepublish": "npm run build",
"release": "4c rollout",
"release": "4c release",
"tdd": "cross-env NODE_ENV=test karma start",
"test": "npm run lint && npm run test:ts && npm run testonly",
"test:ts": "dtslint types",
Expand Down

0 comments on commit dfd989b

Please sign in to comment.