diff --git a/package.json b/package.json index 2a8af1e..2f65715 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "n. - A storage pile accumulated for future use", "author": "tommy-carlos williams ", "scripts": { + "postinstall": "git update-index --skip-worktree ./src/utils/config.js", "dev": "node build/dev-server.js", "start": "node build/dev-server.js", "build": "node build/build.js",