Skip to content
Snippets Groups Projects
Commit cc87275f authored by Allen Gilliland's avatar Allen Gilliland
Browse files

add a custom npm script for `shrinkwrap` which runs our full shrinkwrap command.

parent 3498c306
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@
"build": "./node_modules/webpack/bin/webpack.js",
"build-watch": "./node_modules/webpack/bin/webpack.js --watch",
"build-hot": "NODE_ENV=hot ./node_modules/webpack/bin/webpack.js && NODE_ENV=hot node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --content-base frontend",
"shrinkwrap": "npm shrinkwrap --dev",
"start": "npm run build && lein ring server"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment