Skip to content

Commit

Permalink
chore: fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodNeck committed Feb 28, 2023
1 parent 81e3504 commit 5c25860
Show file tree
Hide file tree
Showing 23 changed files with 31,782 additions and 96,460 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,16 @@ GitHub.sublime-settings
!.vscode/launch.json
!.vscode/extensions.json

### yarn ###
# https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored

.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

### Custom ###
packages/*-view360/**/sass/
TODO.md
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: "node-modules"
57 changes: 0 additions & 57 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 0 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
"name": "docs",
"version": "0.0.0",
"private": true,
"sideEffects": [
"**/*.css",
"**/*.sass",
"../src/register/**/*"
],
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --host 0.0.0.0",
Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"version": "independent",
"lernaHelperOptions": {
"beforeReleaseScripts": [
"npm run packages:build",
"npm run demo:build",
"npm run demo:deploy"
]
Expand Down
Loading

0 comments on commit 5c25860

Please sign in to comment.