Skip to content

Instantly share code, notes, and snippets.

@chip
Forked from vonvick/example.package.json
Created April 19, 2021 20:43
Show Gist options
  • Save chip/5d037b0ce05f9e9478ec72fdf5ef075f to your computer and use it in GitHub Desktop.
Save chip/5d037b0ce05f9e9478ec72fdf5ef075f to your computer and use it in GitHub Desktop.
Vue.JS auto refresh package.json example file
{
"scripts": {
"build": "node build/build.js && npm run post:build",
"post:build": "node build/post-build.js"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment