Browse Source

Remove release script as it does not succeed

pull/290/head
Jeppe Rask 3 years ago
parent
commit
013df2c824
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      package.json

+ 0
- 1
package.json View File

@ -8,7 +8,6 @@
"dev": "webpack-dashboard -t 'Project' -- webpack server",
"clean": "shx rm -rf ./dist",
"build": "npm run clean && cross-env webpack",
"release": "npm run clean && cross-env webpack --node-env=production",
"preview": "cross-env webpack server",
"lint:js": "eslint ./src ./webpack ./*.js -f table --ext .js --ext .jsx",
"lint:scss": "stylelint ./src/**/*.scss --syntax scss",


Loading…
Cancel
Save