Browse Source

Proper script name for development

master
Leo Lamprecht 8 years ago
parent
commit
2ddfeb9ca9
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      package.json

2
package.json

@ -9,7 +9,7 @@
"build" "build"
], ],
"scripts": { "scripts": {
"start": "gulp", "dev": "gulp",
"test": "xo && ava", "test": "xo && ava",
"pretest": "gulp compile", "pretest": "gulp compile",
"prepublish": "gulp compile", "prepublish": "gulp compile",

Loading…
Cancel
Save