remove unecessary alias and add back bundle cmd
Showing
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment