-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.18.1 | ||
19.7.0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,12 @@ | |
}, | ||
"browserslist": "> 1%", | ||
"scripts": { | ||
"postinstall": "pnpm build", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tglazier754
|
||
"build": "gulp build", | ||
"lint": "eslint src/js && npm run remark && stylelint **/*.scss", | ||
"lint": "eslint src/js && pnpm remark && stylelint **/*.scss", | ||
"lint:fix": "eslint --fix src/js && stylelint **/*.scss --fix", | ||
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'", | ||
"deploy": "yarn lint && gulp version && gulp build && gulp deploy", | ||
"deploy": "pnpm lint && gulp version && gulp build && gulp deploy", | ||
"format": "prettier --write \"./{src,demo/src}/**/*.{js,scss}\"", | ||
"spellcheck": "cspell \"**/*.{js,md,scss,json}\" --no-must-find-files", | ||
"start": "gulp" | ||
|
This line is causing issues for our install as we don't have pnpm installed.