diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-01-10 16:04:06 -0800 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-01-24 08:35:31 -0800 |
commit | 13d27c700e4b0590c4f1c365bfa36cf2a07c437d (patch) | |
tree | cade6aa820a3f516963e2c01c16d3e91b32a6b43 /scripts/generate-style-code.js | |
parent | 9d1fa508a34f013573294794028f4ffa5a5f5f3d (diff) | |
download | qtlocation-mapboxgl-13d27c700e4b0590c4f1c365bfa36cf2a07c437d.tar.gz |
[build] Always use style-code's writeIfModified to unify file updates
Diffstat (limited to 'scripts/generate-style-code.js')
-rwxr-xr-x[-rw-r--r--] | scripts/generate-style-code.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate-style-code.js b/scripts/generate-style-code.js index 3d805b058a..ff40244f98 100644..100755 --- a/scripts/generate-style-code.js +++ b/scripts/generate-style-code.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node 'use strict'; const fs = require('fs'); |