rimraf and fix
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@
|
||||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run lint && tsc -d -t es2015 && mv ./index.js ./index.es2015.js && tsc -t es5",
|
||||
"clean": "rm -f ./*.d.ts && rm -f ./*.map",
|
||||
"lint": "tslint -p ./tsconfig.json index.tsx test.tsx",
|
||||
"clean": "rimraf ./*.d.ts && rimraf ./*.map",
|
||||
"lint": "tslint --fix -p ./tsconfig.json index.tsx test.tsx",
|
||||
"pretest": "npm run build",
|
||||
"prepublishOnly": "npm test",
|
||||
"test": "karma start --single-run",
|
||||
|
||||
Reference in New Issue
Block a user