Skip to content

Commit f5ee651

Browse files
committed
Update package.json
1 parent 446e77e commit f5ee651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"scripts": {
1313
"prebuild": "cmake -S . -B build",
1414
"build": "cmake --build build",
15-
"test": "echo \"Error: no test specified\" && exit 1",
15+
"test": "build/tests/raylib_cpp_test",
16+
"pretest": "npm run build",
1617
"deploy": "gh-pages -d docs",
1718
"predeploy": "npm run docs",
1819
"docs": "doxygen projects/Doxygen/Doxyfile",

0 commit comments

Comments
 (0)