Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Apr 17, 2021
1 parent 966255f commit aabc556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"build": "rm -rf ./dist/ && webpack --mode=production",
"build:example": "rm -rf ./examples/dist/ && webpack --mode=production --config=./examples/webpack.config.js",
"clean": "rm -rf ./dist/ ./examples/dist/",
"create:demo": "mkdir demo",
"start": "rm -rf ./dist/ && webpack --mode=development",
"start:example": "rm -rf ./examples/dist/ && webpack --mode=development --config=./examples/webpack.config.js",
"test:eslint": "eslint ./src --ignore-pattern dist",
Expand Down

0 comments on commit aabc556

Please sign in to comment.