Skip to content

Commit

Permalink
tooling: add more npm scripts to match gulp tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Jan 27, 2017
1 parent ae62ba7 commit 6ac6e16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"scripts": {
"start": "gulp serve",
"watch": "gulp watch",
"predeploy": "npm prune && npm install",
"deploy": "npm run compile:release",
"test": "npm run lint:js && npm run lint:css",
Expand All @@ -33,7 +34,9 @@
"compile:js": "gulp javascript",
"compile:svg": "gulp svg",
"compress:images": "gulp images",
"watch": "gulp watch",
"clean:all": "gulp clean",
"copy:all": "gulp copy",
"copy": "gulp copy",
"lint:js": "xo",
"lint:css": "gulp test:css",
"fix:js": "xo --fix",
Expand Down

0 comments on commit 6ac6e16

Please sign in to comment.