We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6293b47 commit f62cf1cCopy full SHA for f62cf1c
.gitmodules
@@ -1,3 +0,0 @@
1
-[submodule "third-party/glfw"]
2
- path = third-party/glfw
3
- url = https://github.com/glfw/glfw
package.json
@@ -9,7 +9,7 @@
9
},
10
"scripts": {
11
"test": "echo \"Error: no test specified\" && exit 1",
12
- "postinstall": "git submodule update --init && mkdir -p build && cd build && cmake .. && make"
+ "install": "mkdir -p build && cd build && cmake .. && make"
13
14
"repository": {
15
"type": "git",
0 commit comments