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 2bdf4c8 commit 06d0ede
Show file tree
Hide file tree
Showing 4 changed files with 813 additions and 105 deletions.
5 changes: 2 additions & 3 deletions generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const DEFAULTS = {
devDependencies: getGeneratorVersions([
'conventional-changelog-cli',
'conventional-changelog-videojs',
'in-publish',
'karma',
'npm-run-all',
'rollup',
Expand All @@ -41,7 +40,7 @@ const DEFAULTS = {
'npm-merge-driver-install',
'husky',
'lint-staged',
'pkg-ok'
'videojs-generator-verify'
])
};

Expand Down Expand Up @@ -142,7 +141,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',
'prepublishOnly': '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 06d0ede

Please sign in to comment.