add: changesets + snapshot-this action (#1746)
* add: changesets + snapshot-this action * add: changeset folder * add: action credits
This commit is contained in:
+4
-1
@@ -67,9 +67,12 @@
|
||||
"test:integration:api": "jest --config=integration-tests/jest.config.js --projects=integration-tests/api",
|
||||
"test:integration:plugins": "jest --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
|
||||
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand",
|
||||
"generate:services": "typedoc --options typedoc.services.js"
|
||||
"generate:services": "typedoc --options typedoc.services.js",
|
||||
"release:snapshot": "changeset publish --no-git-tags --snapshot --tag snapshot"
|
||||
},
|
||||
"dependencies": {
|
||||
"@changesets/changelog-github": "^0.4.5",
|
||||
"@changesets/cli": "^2.23.0",
|
||||
"global": "^4.4.0",
|
||||
"import-from": "^3.0.0",
|
||||
"oas-normalize": "^5.0.1",
|
||||
|
||||
Reference in New Issue
Block a user