Skip to content

Commit

Permalink
Add dummy test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Apr 9, 2023
1 parent fdc8614 commit 88cdb29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"start": "npx webpack --watch --mode development",
"prepare": "npm run build",
"prepublishOnly": "npm run build",
"lint": "eslint '**/*.{js,ts}' --fix"
"lint": "eslint '**/*.{js,ts}' --fix",
"test": "exit 0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 88cdb29

Please sign in to comment.