UNPKG

152 Bapplication/x-shView Raw
1#!/bin/bash
2cp package.json package.json.bak
3cp node_modules/@egis/build-tools/package.json .
4npm install --unsafe-perm
5mv package.json.bak package.json
\No newline at end of file