We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda3eef commit 40e287bCopy full SHA for 40e287b
package.json
@@ -7,7 +7,9 @@
7
"build": "pawjs --no-cache --env-config-path=./.prod.env --env=production build",
8
"build:demo": "pawjs --no-cache --env-config-path=./.demo.env --env=production build",
9
"lint": "pawjs lint",
10
- "test": "pawjs --no-cache test"
+ "test": "pawjs --no-cache test",
11
+ "snyk-protect": "snyk protect",
12
+ "prepare": "npm run snyk-protect"
13
},
14
"author": {
15
"name": "Atyantik Technologies",
@@ -44,7 +46,7 @@
44
46
"eslint-import-resolver-webpack": "^0.12.1",
45
47
"fork-ts-checker-webpack-plugin": "^4.1.3",
48
"prop-types": "^15.7.2",
- "snyk": "^1.305.1",
49
+ "snyk": "^1.316.1",
50
"universal-fetch": "^1.0.0"
51
52
"snyk": true,
0 commit comments