build system: use --build argument for tsc
This commit is contained in:
parent
f56a563533
commit
8671dc37c8
@ -11,7 +11,7 @@
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"test": "tsc && ava",
|
||||
"compile": "tsc",
|
||||
"compile": "tsc --build",
|
||||
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
|
||||
"pretty": "prettier --write src"
|
||||
},
|
||||
|
@ -7,7 +7,7 @@
|
||||
"author": "Florian Dold",
|
||||
"license": "GPL-2.0+",
|
||||
"scripts": {
|
||||
"compile": "tsc"
|
||||
"compile": "tsc --build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"po2json": "^0.4.5",
|
||||
|
@ -52,7 +52,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"compile": "tsc --build",
|
||||
"test": "tsc && ava",
|
||||
"clean": "rimraf dist lib tsconfig.tsbuildinfo",
|
||||
"pretty": "prettier --write src"
|
||||
@ -76,4 +76,4 @@
|
||||
"lib/**/*test.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"compile": "./build-node.mjs",
|
||||
"compile": "tsc --build && ./build-node.mjs",
|
||||
"test": "tsc",
|
||||
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
||||
"pretty": "prettier --write src"
|
||||
@ -41,4 +41,4 @@
|
||||
"@gnu-taler/taler-wallet-core": "workspace:*",
|
||||
"tslib": "^2.5.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
"author": "Florian Dold",
|
||||
"license": "GPL-3.0",
|
||||
"scripts": {
|
||||
"compile": "tsc",
|
||||
"compile": "tsc --build",
|
||||
"pretty": "prettier --write src",
|
||||
"test": "tsc && ava",
|
||||
"coverage": "tsc && c8 --src src --all ava",
|
||||
@ -82,4 +82,4 @@
|
||||
"lib/**/*test.*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user