chore: remove noop

This commit is contained in:
Liam DeBeasi
2024-03-08 14:40:26 +00:00
parent f969065b62
commit c1d62d552e
2 changed files with 1 additions and 5 deletions

View File

@ -9,7 +9,6 @@
"node": ">= 16" "node": ">= 16"
}, },
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm"
"build": "echo noop"
} }
} }

View File

@ -17,8 +17,5 @@
"bugs": { "bugs": {
"url": "https://github.com/ionic-team/ionic-docs/issues" "url": "https://github.com/ionic-team/ionic-docs/issues"
}, },
"scripts": {
"build": "echo noop"
},
"homepage": "https://ionicframework.com/docs" "homepage": "https://ionicframework.com/docs"
} }