Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 2d01005

Browse files
committed
chore(package.json): add rimraf of npm module for clean hard-source
1 parent 08ffcc6 commit 2d01005

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lintfix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
1616
"precommit": "npm run lint",
1717
"test": "jest",
18-
"clean:cache": "rm -rf node_modeles/.cache/hard-source",
18+
"clean:cache": "rimraf node_modules/.cache/hard-source",
1919
"storybook": "start-storybook -p 9001 -c .storybook",
2020
"analyze": "cross-env NODE_ENV=production BUILD_ENV=local nuxt build --analyze",
2121
"docker": "docker-compose -f docker-compose.yml up --build",
@@ -104,6 +104,7 @@
104104
"prettier": "1.16.4",
105105
"pug": "^2.0.3",
106106
"pug-plain-loader": "^1.0.0",
107+
"rimraf": "^2.6.3",
107108
"sass-loader": "^7.1.0",
108109
"ts-jest": "^24.0.2",
109110
"vue-jest": "^3.0.4"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10828,7 +10828,7 @@ right-align@^0.1.1:
1082810828
dependencies:
1082910829
align-text "^0.1.1"
1083010830

10831-
rimraf@2, [email protected], rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2:
10831+
rimraf@2, [email protected], rimraf@^2.2.8, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
1083210832
version "2.6.3"
1083310833
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
1083410834
dependencies:

0 commit comments

Comments
 (0)