Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
add build:feature-config to readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed Feb 13, 2019
1 parent df99ed6 commit c6ccfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For better debugging, it's also recommended you add `define( 'SCRIPT_DEBUG', tru

After cloning the repo, install dependencies with `npm install`. Now you can build the files using one of these commands:

- `npm run build` : Build a production version
- `npm run build:feature-config && npm run build` : Build a production version
- `npm start` : Build a development version, watch files for changes
- `npm run build:release` : Build a WordPress plugin ZIP file (`wc-admin.zip` will be created in the repository root)

Expand Down

0 comments on commit c6ccfcb

Please sign in to comment.