1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

tweak npm scripts for generator-primer-module

This commit is contained in:
Shawn Allen 2017-09-06 16:35:59 -07:00
parent c98dbffa6a
commit 723c514be8

View File

@ -12,7 +12,8 @@
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"test": "ava -v test/**/*.spec.js"
"test": "../../node_modules/.bin/ava -v test/**/*.spec.js",
"watch": "npm run test -- --watch"
},
"dependencies": {
"chalk": "^2.1.0",