remove unecessary alias and add back bundle cmd
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "Gargantext", | "name": "Gargantext", | ||
"version": "0.0.7.3.7", | "version": "0.0.7.3.7", | ||
"scripts": { | "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", | "build-dev": "spago bundle --module Main --outfile dist/bundle.min.js", | ||
"watch": "watchexec -e purs -- npm run build-dev", | "watch": "watchexec -e purs -- npm run build-dev", | ||
"css": "$npm_execpath css-themes", | "css": "$npm_execpath css-themes", | ||
... | @@ -21,10 +21,6 @@ | ... | @@ -21,10 +21,6 @@ |
"dev": "concurrently \"npm run watch\" \"npm run serve\" ", | "dev": "concurrently \"npm run watch\" \"npm run serve\" ", | ||
"serve": "npx parcel serve --dist-dir ./dist/dev/bundle ./dist/dev/index.html" | "serve": "npx parcel serve --dist-dir ./dist/dev/bundle ./dist/dev/index.html" | ||
}, | }, | ||
"alias": { | |||
"$": "jquery", | |||
"jQuery": "jquery" | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"@fontsource/crete-round": "~5.0.12", | "@fontsource/crete-round": "~5.0.12", | ||
"@fontsource/montserrat": "~5.0.17", | "@fontsource/montserrat": "~5.0.17", | ||
... | ... |
Please register or sign in to comment