We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ef2a4 commit 0fbcff2Copy full SHA for 0fbcff2
package.json
@@ -16,7 +16,7 @@
16
"run-ci": "./tools/ci.sh",
17
"reset:node-modules": "del-cli '**/node_modules'",
18
"reset:git": "git clean -f -X",
19
- "reset:yarn-lock": "del-cli yarn.lock && yarn install --update-checksums --force",
+ "reset:yarn-lock": "yarn install --update-checksums --force",
20
"reset": "run-s reset:git reset:node-modules reset:yarn-lock configure",
21
"configure": "yarn install --frozen-lockfile --non-interactive && yarn run build:dev:backend",
22
"install-yarn": "npm install --global [email protected]",
0 commit comments