This commit is contained in:
Jonathan Belcher 2018-11-01 08:39:41 -04:00 committed by GitHub
parent 33cdba6945
commit de92fd8ed5
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
"test:help": "wp-scripts test-unit-js --help",
"test": "wp-scripts test-unit-js --config tests/js/jest.config.json",
"test:watch": "npm run test -- --watch",
"test:update-snapshots": "jest --updateSnapshot --config tests/js/jest.config.json",
"docs": "node ./bin/generate-docs",
"publish:check": "npm run build:packages && lerna updated",
"publish:dev": "npm run build:packages && lerna publish --npm-tag next",