UNPKG

169 BPlain TextView Raw
1#!/bin/sh
2
3rm -rf node_modules && \
4rm -rf ./ember-cli-deploy-revision-data*.tgz && \
5npm cache clear && \
6npm i --no-optional && \
7npm link --no-optional && \
8npm pack