Skip to content

Commit c91b2d4

Browse files
committed
feat(dev): Add dev yarn.lock
1 parent 4528fd3 commit c91b2d4

File tree

2 files changed

+4481
-1
lines changed

2 files changed

+4481
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build-example": "webpack",
1111
"dev": "echo 'Open http://localhost:4003/examples/1.html' && cross-env NODE_ENV=test webpack-dev-server --config webpack-dev-server.config.js --hot --progress --colors --port 4003 --content-base .",
1212
"prepublish": "npm run build",
13-
"validate": "npm ls",
13+
"validate": "yarn list",
1414
"preversion": "npm run lint",
1515
"version": "git add CHANGELOG.md",
1616
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)