Commit 0bb54b81 authored by Yoelis Acourt's avatar Yoelis Acourt

remove unecessary alias and add back bundle cmd

parent 7a8c7c76
Pipeline #6995 failed with stages
in 7 minutes and 33 seconds
......@@ -2,7 +2,7 @@
"name": "Gargantext",
"version": "0.0.7.3.7",
"scripts": {
"build": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps",
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps",
"build-dev": "spago bundle --module Main --outfile dist/bundle.min.js",
"watch": "watchexec -e purs -- npm run build-dev",
"css": "$npm_execpath css-themes",
......@@ -21,10 +21,6 @@
"dev": "concurrently \"npm run watch\" \"npm run serve\" ",
"serve": "npx parcel serve --dist-dir ./dist/dev/bundle ./dist/dev/index.html"
},
"alias": {
"$": "jquery",
"jQuery": "jquery"
},
"dependencies": {
"@fontsource/crete-round": "~5.0.12",
"@fontsource/montserrat": "~5.0.17",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment