Skip to content

Commit

Permalink
Add build script to trigger gulp.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Jun 3, 2020
1 parent 064d261 commit 4e57e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -10,6 +10,7 @@
"test": "test"
},
"scripts": {
"build": "gulp",
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives src test",
"lintfix": "npm run lint -- --fix",
"nyc": "nyc",
Expand Down

0 comments on commit 4e57e02

Please sign in to comment.