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

Commit

Permalink
Refactored the name of npm-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Mar 28, 2019
1 parent 904db4a commit 624259b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
"build:production:mac": "npm run build:binary:mac -- --mode production",
"build:storybook": "gulp build:sb:rebuild",
"start:storybook": "gulp run:sb",
"clean": "gulp clean",
"test:backstop": "gulp run:backstop:rebuild --backstop test",
"test:backstop:approve": "gulp run:backstop:approve",
"test:backstop:report": "gulp run:backstop:report",
"test:backstop:spec": "gulp run:backstop:rebuild --backstop reference",
"test:coverage": "gulp test:coverage"
"test:coverage": "gulp test:coverage",
"test:visual": "gulp run:backstop:rebuild --backstop test",
"test:visual:approve": "gulp run:backstop:approve",
"test:visual:report": "gulp run:backstop:report",
"test:visual:spec": "gulp run:backstop:rebuild --backstop reference"
},
"engines": {
"node": ">=8.10"
Expand Down

0 comments on commit 624259b

Please sign in to comment.