Skip to content
Snippets Groups Projects
Commit 4c91da4f authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove the setup command from package.json

No longer needed
parent 27c62d9f
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
"select2": "^4.0.7" "select2": "^4.0.7"
}, },
"scripts": { "scripts": {
"setup": "mkdir -p node_modules && cd node_modules && ln -sfn ../vendor/common vpu-common && ln -sfn ../vendor/auth vpu-auth",
"clean": "rm dist/*", "clean": "rm dist/*",
"build": "npm run build-local", "build": "npm run build-local",
"build-local": "rollup -c", "build-local": "rollup -c",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment