Skip to content

Commit

Permalink
Use cb to build full-side-editing
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Apr 23, 2019
1 parent c790b3f commit c15e370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/full-site-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"homepage": "https://github.com/Automattic/wp-calypso",
"scripts": {
"plugin": "webpack --source='plugin'",
"plugin": "cb --config='./webpack.config.js' --source='plugin' --env.WP",
"dev:plugin": "npm run plugin",
"build:plugin": "NODE_ENV=production npm run plugin",
"theme": "webpack --source='theme'",
"theme": "cb --config='./webpack.config.js' --source='theme' --env.WP",
"dev:theme": "npm run theme",
"build:theme": "NODE_ENV=production npm run theme",
"dev": "npm-run-all --parallel dev:*",
Expand Down

0 comments on commit c15e370

Please sign in to comment.