-
-
Save chip/5d037b0ce05f9e9478ec72fdf5ef075f to your computer and use it in GitHub Desktop.
Vue.JS auto refresh package.json example file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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