Skip to content
Snippets Groups Projects
Commit 41de8acf authored by Alvaro Cabrera Durán's avatar Alvaro Cabrera Durán
Browse files

Fixed dev-steup

parent f20e5b60
No related branches found
No related tags found
No related merge requests found
Pipeline #192 failed
......@@ -53,6 +53,7 @@ deploy: $(src) ## Push built artifacts to github!
deps: ## Check for installed dependencies
@(((ls node_modules | grep .) > /dev/null 2>&1) || npm i) || true
@(((ls bower_components | grep .) > /dev/null 2>&1) || bower i) || true
@(((ls dist | grep main.umd.js) > /dev/null 2>&1) || npm run build) || true
purge: clean ## Remove all from node_modules/*
@printf "\r* Removing all dependencies... "
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -132,7 +132,7 @@
"rollup-plugin-vue": "^5.0.1",
"seedrandom": "^3.0.1",
"semver": "^6.1.1",
"tarima": "^4.6.0",
"tarima": "^4.6.2",
"tarima-bower": "^0.4.3",
"terser": "^4.3.9",
"tv4": "^1.3.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment