Skip to content

Commit c7b8f3f

Browse files
ZimmerAmr-c
authored andcommitted
Add build script
1 parent 13aaf1a commit c7b8f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema_salad/typescript/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
8+
"build": "rimraf ./dist && tsc",
89
"test": "nyc --reporter=lcov mocha --require ts-node/register src/test/**/*.ts",
910
"doc": "rimraf ./docs && typedoc src/index.ts"
1011
},

0 commit comments

Comments
 (0)