1. travis-check-changes
Make sure that no files were changed after travis finishes running
travis-check-changes
Package: travis-check-changes
Created by: nfischer
Last modified: Mon, 27 Jun 2022 20:38:54 GMT
Version: 0.4.0
License: MIT
Downloads: 81
Repository: https://github.com/nfischer/travis-check-changes

Install

npm install travis-check-changes
yarn add travis-check-changes

travis-check-changes

Make sure that no files were changed after travis finishes running

Installation

npm install --save-dev travis-check-changes

Usage

In package.json:

   "scripts": {
    "test": "... whatever you have here ...",
    "after-travis": "travis-check-changes"
  },

In .travis.yml:

 script:
  - npm test
  - npm run after-travis

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin