Skip to content

Commit

Permalink
added build task for test
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Nov 9, 2021
1 parent 92151bc commit 476d9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"scripts": {
"build": "npx eslint ./player/js/**/* && node tasks/build.js",
"build_test": "node tasks/build.js",
"lint": "npx eslint ./player/js/**/*",
"lint:fix": "npx eslint ./player/js/**/* --fix"
},
Expand Down

0 comments on commit 476d9bf

Please sign in to comment.