This repository was archived by the owner on Nov 21, 2020. It is now read-only.

Description
My goal is to publish this project to my local npm registry so that I could import it in another projects.
But when I try to run any of the scripts defined in package.json they don't work. For example:
`
npm run build:formbuilder
[email protected] build:formbuilder C:\GitRepository\formbuilder
NODE_ENV=production rimraf build && webpack --config webpack.config.prod.js --optimize-minimize && cp formbuilder/index.prod.html build/index.html
'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.`
`
npm run dist && npm publish
npm ERR! missing script: dist
`