Skip to content

Commit

Permalink
feat: use vjsverify
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Sep 12, 2018
1 parent 79be645 commit 9d9f145
Show file tree
Hide file tree
Showing 4 changed files with 586 additions and 25 deletions.
4 changes: 2 additions & 2 deletions generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DEFAULTS = {
'npm-merge-driver-install',
'husky',
'lint-staged',
'pkg-ok'
'videojs-generator-verify'
])
};

Expand Down Expand Up @@ -142,7 +142,7 @@ const packageJSON = (current, context) => {
'clean': 'shx rm -rf ./dist ./test/dist',
'postclean': 'shx mkdir -p ./dist ./test/dist',
'lint': 'vjsstandard',
'prepublish': 'not-in-install && npm run build && pkg-ok || in-install',
'prepublish': 'not-in-publish && true || npm run build && vjsverify',
'start': 'npm-run-all -p server watch',
'server': 'karma start scripts/karma.conf.js --singleRun=false --auto-watch',
'pretest': 'npm-run-all lint build',
Expand Down
Loading

0 comments on commit 9d9f145

Please sign in to comment.