Commit 7dab7a05 authored by Long Lê Đăng's avatar Long Lê Đăng

feat: Bổ sung script `prepare` để tự động chạy `build`.

parent e89489cb
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
], ],
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"prepare": "npm run build",
"prestart": "npm run build", "prestart": "npm run build",
"start": "node dist/index.js", "start": "node dist/index.js",
"test": "node dist/tests/runner.js" "test": "node dist/tests/runner.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