configure tsc build, bump patch version to 0.0.2
This commit is contained in:
parent
1d551dbfc5
commit
e58755db3a
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@project-serum/serum-dev-tools",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "developer tooling suite for building on serum",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rm -rf dist/; tsc",
|
||||
"build": "rm -rf dist/; tsc -p tsconfig.cjs.json",
|
||||
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts",
|
||||
"prepare": "cd .. && husky install ts/.husky",
|
||||
"lint": "eslint --fix",
|
||||
|
|
Loading…
Reference in New Issue