create-junando-app 0.13.0 → 0.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-junando-app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "Scaffold a new Junando alerting app from the express-end-to-end template",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"prebuild": "node scripts/sync-template.js",
|
|
33
33
|
"build": "tsdown",
|
|
34
|
-
"typecheck": "tsc --
|
|
34
|
+
"typecheck": "tsc --project tsconfig.typecheck.json",
|
|
35
35
|
"clean": "rm -rf dist template"
|
|
36
36
|
}
|
|
37
37
|
}
|