Skip to content

Commit

Permalink
fix github action problem by adding empty build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Jan 12, 2024
1 parent 2f82e71 commit 5fbd6f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"type": "module",
"main": "src/index.js",
"scripts": {
"test": "jest"
"test": "jest",
"build": "echo 'No build step required.'"
},
"keywords": [
"jsPsych"
Expand Down

0 comments on commit 5fbd6f2

Please sign in to comment.