keyz / identity-obj-proxy

An identity object using ES6 proxies. Useful for mocking webpack imports like CSS Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seems like the postinstall is wrong

dozoisch opened this issue · comments

$ npmisd identity-obj-proxy
/
> identity-obj-proxy@1.0.0 postinstall /Users/dozoisch/Documents/roundup-frontend/node_modules/identity-obj-proxy
> npm run build


> identity-obj-proxy@1.0.0 build /Users/dozoisch/Documents/roundup-frontend/node_modules/identity-obj-proxy
> npm run clean && npm run lint && npm test && npm run build:babel


> identity-obj-proxy@1.0.0 clean /Users/dozoisch/Documents/roundup-frontend/node_modules/identity-obj-proxy
> rimraf build

sh: rimraf: command not found

fixed!