Commit 187c793f authored by nanahira's avatar nanahira

rimraf

parent 467a5732
Pipeline #8033 passed with stages
in 2 minutes and 34 seconds
......@@ -11,6 +11,7 @@ npm install --save-dev \
prettier \
jest \
@types/jest \
ts-jest
ts-jest \
rimraf
mkdir tests || true
......@@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "tsc",
"build": "rimraf dist && tsc",
"test": "jest --passWithNoTests",
"start": "node dist/index.js"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment