We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323cf23 commit c6081e5Copy full SHA for c6081e5
package.json
@@ -47,6 +47,7 @@
47
"scripts": {
48
"build": "yarn docs && yarn build:slang",
49
"build:slang": "tsc --project tsconfig.prod.json",
50
+ "prepack": "yarn build",
51
"eslint": "eslint src",
52
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
53
"format:ci": "prettier --list-different \"src/**/*.{ts,tsx}\"",
0 commit comments