Skip to content

Commit

Permalink
fix: name of command
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 12, 2020
1 parent 4633ed6 commit 0e18422
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 @@ -19,7 +19,7 @@
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"build:demo": "npm run build && ts-node demo/generate.ts",
"build:scheme": "npm run build && ts-node demo/generate.ts",
"prettier": "prettier --write \"src/*.ts?(x)\"",
"lint": "eslint \"src/*.ts\" \"src/**/*.ts\"",
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 0e18422

Please sign in to comment.