Commit 744d03c0 authored by nanahira's avatar nanahira

fixbuild

parent 69ef6336
Pipeline #8028 passed with stages
in 1 minute and 29 seconds
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"lint": "eslint --fix .", "lint": "eslint --fix .",
"build": "tsc", "build": "rm -rf dist && tsc",
"test": "jest --passWithNoTests" "test": "jest --passWithNoTests"
}, },
"repository": { "repository": {
......
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