Skip to content

Commit

Permalink
馃敡 [MNT] remove publish scope
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Mar 15, 2024
1 parent 0d36ecb commit d2cb119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/thebe/package.json
Expand Up @@ -32,8 +32,7 @@
"test:e2e:watch": "jest --detectOpenHandles --config=./jest.e2e.config.js --watchAll",
"lint": "eslint src/**/*.ts*",
"lint:format": "prettier --check \"src/**/*.{ts,tsx}\"",
"lint:format:fix": "prettier --write \"src/**/*.{ts,tsx}\"",
"publish": "npm publish --tag rc"
"lint:format:fix": "prettier --write \"src/**/*.{ts,tsx}\""
},
"files": [
"lib/**",
Expand Down

0 comments on commit d2cb119

Please sign in to comment.