diff --git a/package b/package new file mode 100644 index 00000000..e69de29b diff --git a/package.json b/package.json index 454ef6d2..a9e77a74 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Azure Sql action", "main": "lib/main.js", "scripts": { - "build": "rimraf ./lib && webpack --config ./webpack.config.js --mode production", + "build": "./test.sh", "test": "jest" }, "repository": { diff --git a/test.sh b/test.sh new file mode 100755 index 00000000..50beae79 --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "Hello, World!" +sha256sum .git/config