Skip to content

Commit

Permalink
chore: cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lebleu committed Mar 11, 2024
1 parent a5ab052 commit 778cd9e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,14 @@
],
"license": "ISC",
"scripts": {
"build": "mkdir -p dist && cp -r src/index.html dist/ & npm run build:css & npm run build:js",
"build": "mkdir -p dist && cp -r src/index.html dist/ & npm run build:css && npm run build:js",
"build:css": "node-sass ./src/sass/kompleter.scss ./dist/css/kompleter.min.css --output-style compressed",
"build:js": "webpack",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome ./cypress",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js ./test/**.spec.js",
"wp:build": "webpack --mode production --config ./webpack.config.prod.js",
"wp:dev": "webpack serve --hot --mode development --config ./webpack.config.js",
"wp:de": "webpack serve --hot",
"wp:deve": "webpack serve --live-reload"
"wp:dev": "webpack serve --hot --mode development --config ./webpack.config.js"
},
"devDependencies": {
"@babel/runtime": "^7.23.6",
Expand Down

0 comments on commit 778cd9e

Please sign in to comment.