Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Revert package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Junya committed May 30, 2019
1 parent e5a5e94 commit f4cd5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"main": "dist/index.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"build-dev": "webpack --config webpack.config.js --mode development",
"start": "yarn build-dev --colors --watch",
"build-dev": "npm run build -- --mode development",
"start": "npm run build-dev -- --colors --watch",
"dashboard": "cross-env DASHBOARD=true webpack-dashboard -m -- npm run start",
"gen-prop-docs": "rmd Ship src/Ship.jsx props.md",
"test": "node scripts/test.js --env=jsdom"
Expand Down

0 comments on commit f4cd5bb

Please sign in to comment.