Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Use videojs-generator-verify to verify new packages #232

Merged
merged 2 commits into from
Sep 12, 2018

Conversation

brandonocasey
Copy link
Contributor

@brandonocasey brandonocasey commented Sep 12, 2018

@brandonocasey brandonocasey force-pushed the feat/vjsverify branch 4 times, most recently from 29b06b8 to 9d9f145 Compare September 12, 2018 17:11
@brandonocasey brandonocasey force-pushed the master branch 4 times, most recently from bb5be65 to 2bdf4c8 Compare September 12, 2018 17:31
@@ -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',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not-in-install was not working correctly for me with npm@6, this may be something we have to update our projects with right away.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can not-in-install be fixed for npm@6 rather than opening a bunch more PRs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good question let me check

@@ -3,8 +3,12 @@
const helpers = require('yeoman-test');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I re-worked this file a lot, we now make sure that the version, ci, install and prepublishOnly scripts will work by using the various commands. In the future we should probably add audit here as well.

@brandonocasey brandonocasey force-pushed the feat/vjsverify branch 3 times, most recently from 3208a75 to adf411d Compare September 12, 2018 19:47
@brandonocasey brandonocasey force-pushed the feat/vjsverify branch 7 times, most recently from 91ce039 to 95c17a2 Compare September 12, 2018 20:41
@brandonocasey brandonocasey merged commit a75f375 into master Sep 12, 2018
@brandonocasey brandonocasey deleted the feat/vjsverify branch September 12, 2018 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants