Skip to content

Commit

Permalink
Adding scripts used during development to npm scripts to make typing …
Browse files Browse the repository at this point in the history
…gulp optional (#2804)
  • Loading branch information
tropicadri authored Apr 6, 2021
1 parent 57470d5 commit 714c98b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
},
"scripts": {
"version": "gulp build && git add -A packages",
"gulp": "gulp"
"gulp": "gulp",
"build": "gulp build",
"lint": "gulp lint",
"test_server" : "gulp test_server",
"test_node": "gulp test_node",
"test_integration": "gulp test_integration"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 714c98b

Please sign in to comment.