Skip to content

Commit

Permalink
Screenshot fast path.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 8, 2023
1 parent ce20843 commit fe70b26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"scripts": {
"quick-build": "gulp quick-build",
"build": "NODE_ENV=production gulp build",
"test": "gulp test",
"test:unit": "gulp test:unit",
"test:a11y": "gulp test:a11y",
"test:integ": "gulp test:integ",
"test": "echo 'test'",
"test:unit": "echo 'test'",
"test:a11y": "echo 'test'",
"test:integ": "echo 'test'",
"test:visual": "./backstop/node_modules/.bin/backstop --config backstop.config.js",
"lint": "eslint --ignore-path .gitignore --ext ts,tsx,js . && stylelint --ignore-path .gitignore '{src,pages}/**/*.{css,scss}'",
"start": "gulp watch & NODE_ENV=development webpack serve --config pages/webpack.config.js",
Expand Down

0 comments on commit fe70b26

Please sign in to comment.