commit c3be9553fcd79aa729234a4ad79b4b11a5060557
parent c8fbf6dd665a251a1a419ef97386afc49c4d2def
Author: finwo <finwo@pm.me>
Date: Fri, 18 Jun 2021 18:22:31 +0200
Fixed build script in package.json
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
@@ -8,7 +8,7 @@
"test": "node test.js",
"prepublish": "npm test",
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{print $2}' | sed 's/[\",]//g' | tr -d '[[:space:]]') && npm deprecate \"supercop@<${PACKAGE_VERSION}\" \"Rolling release, please update to ${PACKAGE_VERSION}\"",
- "build": "./build.sh"
+ "build": "make"
},
"repository": {
"type": "git",