Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit f522533

Browse files
redallendgutride
authored andcommitted
chore(build): add package-lock.json (#1184)
* chore(build): add package-lock.json * chore(deps): bump packages * chore(build): fix stylelint * chore(deps): downgrade chromy * fix(backstop): change report path for CI
1 parent d6d3152 commit f522533

File tree

16 files changed

+18873
-28
lines changed

16 files changed

+18873
-28
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
*.sublime-workspace
33
*.sublime-project
44
*.idea
5-
package-lock.json
65

76
# Ignore vim files
87
*.swp

backstop/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ try {
66

77
} catch (e) {
88
const requireAll = require('require-all');
9-
const reportTypes = (process.env.NODE_ENV === 'test') ? ['CI'] : ['browser'];
9+
const reportTypes = process.env.CI ? ['CI'] : ['browser'];
1010
let scenarioConfigs = requireAll(`${__dirname}/scenarios`);
1111
let scenariosToLoad = [];
1212

0 commit comments

Comments
 (0)