fix npm run command
Showing
... | ... | @@ -6,8 +6,8 @@ |
"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", | ||
"css-themes": "$npm_execpath css-default-theme && $npm_execpath css-dark-theme && $npm_execpath css-darkster-theme && $npm_execpath css-greyson-theme && $npm_execpath css-herbie-theme && $npm_execpath css-monotony-theme", | ||
"css": "npm run css-themes", | ||
"css-themes": "npm run css-default-theme && npm run css-dark-theme && npm run css-darkster-theme && npm run css-greyson-theme && npm run css-herbie-theme && npm run css-monotony-theme", | ||
"css-default-theme": "sass src/sass/themes/default.scss:dist/styles/bootstrap-default.css", | ||
"css-dark-theme": "cp node_modules/bootstrap-dark/src/bootstrap-dark.css dist/styles/bootstrap-dark.css", | ||
"css-darkster-theme": "sass src/sass/themes/darkster.scss:dist/styles/bootstrap-darkster.css", | ||
... | ... | @@ -60,6 +60,7 @@ |
"markdown-it": "~13.0.1", | ||
"minify": "^11.3.0", | ||
"prop-types": "~15.6.2", | ||
"purs-tidy": "^0.11.0", | ||
"react": "~18.2.0", | ||
"react-awesome-popover": "~6.1.1", | ||
"react-bootstrap": "~1.5.2", | ||
... | ... |
Please register or sign in to comment