Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 760e26b

Browse files
committed
fix: typo in package.json file
1 parent 03349e4 commit 760e26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"watch:ts": "npm run build:ts -- --watch --diagnostics",
1212
"prebuild": "npm run lint",
1313
"compile": "tsc --pretty",
14-
"build": "rm -rf dict && tsc -p prod --pretty",
14+
"build": "rm -rf dist && tsc -p prod --pretty",
1515
"lint": "tslint src/*.ts",
1616
"release": "standard-version"
1717
},

0 commit comments

Comments
 (0)