fix: Add download command and improve compatibility with Windows.
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-acme-provisioner",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"author": {
|
||||
"name": "Sławomir Koszewski",
|
||||
"url": "https://github.com/skoszewski"
|
||||
@@ -28,7 +28,7 @@
|
||||
"!dist/**/*.test.*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.build.json && chmod +x dist/cli.js",
|
||||
"build": "tsc -p tsconfig.build.json && node -e \"require('fs').chmodSync('dist/cli.js', 0o755)\"",
|
||||
"build:watch": "tsc -p tsconfig.build.json --watch",
|
||||
"clean": "rimraf dist",
|
||||
"lint": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user