|
|
@@ -5,7 +5,7 @@
|
|
|
"license": "MIT",
|
|
|
"scripts": {
|
|
|
"watch": "tsc -p ./tsconfig.build.json -w",
|
|
|
- "build": "rimraf dist && tsc -p ./tsconfig.build.json",
|
|
|
+ "build": "rimraf lib && tsc -p ./tsconfig.build.json",
|
|
|
"lint": "tslint --fix --project ./",
|
|
|
"test": "jest --config ./jest.config.js",
|
|
|
"ci": "yarn build"
|