This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Use CI for automatic testing #10
Labels
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before writing the CI script, first:
The CI flow will be
git clone ...
the dummy repovue create DrSensor/vue-authoring-template ...
to the folder of cloned dummy repogit add -u .
add and update un-staged change and filegit commit --amend --no-edit
rewrite the latest commitnpm version patch
patch version to be able to published tonpm
git push --force --tags
force push code and all tagsThe text was updated successfully, but these errors were encountered: