Skip to content

Commit

Permalink
Merge pull request #124 from ega4432/revert-122-feature/#121
Browse files Browse the repository at this point in the history
Revert "markdown 変換処理修正"
  • Loading branch information
ega4432 authored Jun 3, 2023
2 parents ee8b30b + 34db92f commit c809507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ module.exports = {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"package": "ncc build --source-map --license licenses.txt",
"test": "jest",
"all": "npm-run-all -p format-check lint test -s build package",
"//": "↓↓↓↓↓ NOTE: isn't working ↓↓↓↓↓",
"dev": "node --loader ts-node/esm ./src/main.ts",
"dev": "ts-node ./src/main.ts",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit c809507

Please sign in to comment.