Commit 52fa608a authored by nanahira's avatar nanahira

rimraf

parent 9ebffb98
Pipeline #8032 passed with stages
in 1 minute and 6 seconds
......@@ -24,12 +24,13 @@
"eslint-plugin-prettier": "^3.4.1",
"jest": "^27.4.3",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"schemastery": "^2.1.1",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
},
"peerDependencies": {
"schemastery": "^2.1.0"
"schemastery": "^2.1.1"
}
},
"node_modules/@babel/code-frame": {
......
......@@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --fix .",
"build": "rm -rf dist && tsc",
"build": "rimraf dist && tsc",
"test": "jest --passWithNoTests",
"start": "node dist/index.js"
},
......@@ -32,6 +32,7 @@
"eslint-plugin-prettier": "^3.4.1",
"jest": "^27.4.3",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"schemastery": "^2.1.1",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
......
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