Skip to content

Commit

Permalink
Drop template packages, merge into base-project, convert to report-as…
Browse files Browse the repository at this point in the history
…sets (#396)

* change template-ocean-eez to report-assets and copy template-blank-project assets to base-project, then drop it, fix prettier symlink error with --no-error-on-unmatched-pattern, ignore website temp dirs

* drop add:template command

* init: remove sample sketch/features but leave readmes
  • Loading branch information
twelch authored Dec 30, 2024
1 parent d6fb1ed commit db4dd92
Show file tree
Hide file tree
Showing 157 changed files with 22,551 additions and 869 deletions.
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
**/.hg
**/node_modules
packages/*/examples
website/docs/api
website/docs/api
website/build
website/versioned
website/.docusaurus
5 changes: 1 addition & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"clean": "git clean -fdx",
"test": "lerna run test",
"lint:eslint": "eslint --fix",
"lint:prettier": "prettier --write --ignore-unknown .",
"lint:prettier": "prettier --write --ignore-unknown --no-error-on-unmatched-pattern .",
"publish:experimental:canary": "BRANCH_NAME=`git rev-parse --symbolic-full-name --abbrev-ref HEAD`; if [ $BRANCH_NAME != \"dev\" -a $BRANCH_NAME != \"main\" ] ; then CI=1 lerna publish --force-publish --canary --preid experimental-${BRANCH_NAME} --dist-tag=experimental-${BRANCH_NAME} ; fi",
"publish:alpha": "CI=1 lerna publish --force-publish --preid alpha --dist-tag=alpha",
"publish:beta": "CI=1 lerna publish --force-publish --preid beta --dist-tag=beta",
Expand All @@ -65,7 +65,7 @@
"**/*.{js,mjs,cjs,ts,jsx,tsx}": [
"eslint --fix"
],
"*": "prettier --write --ignore-unknown"
"*": "prettier --write --ignore-unknown --no-error-on-unmatched-pattern"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit db4dd92

Please sign in to comment.