We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446e77e commit f5ee651Copy full SHA for f5ee651
package.json
@@ -12,7 +12,8 @@
12
"scripts": {
13
"prebuild": "cmake -S . -B build",
14
"build": "cmake --build build",
15
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "build/tests/raylib_cpp_test",
16
+ "pretest": "npm run build",
17
"deploy": "gh-pages -d docs",
18
"predeploy": "npm run docs",
19
"docs": "doxygen projects/Doxygen/Doxyfile",
0 commit comments