Skip to content

postinstall #10

Description

@bitdivine

I don't know whether you are aware but you can reduce your installation to the standard "npm install" by putting make in the postinstall script:

diff --git a/package.json b/package.json
index e800b31..a3ec89a 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
     "sqljs": "./bin/sqljs"
   },
   "scripts": {
+    "postinstall": "make",
     "test": "make test"
   },
   "dependencies": {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions