Skip to content

Commit

Permalink
fix: long path after install, close #95
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 25, 2020
1 parent ffa62b1 commit 8ac8b8c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9,892 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules
src
src/docs/package-lock.json
.gitignore
.github
.travis.yml
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
"node": ">=10"
},
"scripts": {
"install": "npm install --prefix src/docs",
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
"prepare": "npm run build",
"build": "rimraf lib && rollup -c",
"build:w": "rimraf lib && rollup -c -w",
"docs": "npm run build --prefix src/docs",
"docs": "npm install --prefix src/docs && npm run build --prefix src/docs",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "npm run build && nyc ava",
"pretest": "clinton"
Expand Down
1 change: 1 addition & 0 deletions src/docs/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 8ac8b8c

Please sign in to comment.