|
|
@@ -98,7 +98,7 @@ weather-server/
|
|
|
...
|
|
|
"type": "module", // added by default, uses ES module syntax (import/export) rather than CommonJS (require/module.exports) (Important to know if you create additional scripts in this server repository like a get-refresh-token.js script)
|
|
|
"scripts": {
|
|
|
- "build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755')"",
|
|
|
+ "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
|
|
|
...
|
|
|
}
|
|
|
...
|