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.
2 parents 276389a + 072254a commit 737f171Copy full SHA for 737f171
package.json
@@ -3,8 +3,8 @@
3
"version": "0.2.1",
4
"author": "Adam Plesnik <adam@adamplesnik.com>",
5
"scripts": {
6
- "build": "swc ./src/index.ts --out-dir ./dist",
7
- "dev-docs": "npm run --workspace=docs dev"
+ "dev-docs": "npm run --workspace=docs dev",
+ "build": "swc ./src/index.ts --out-dir ./dist"
8
},
9
"workspaces": [
10
"docs"
0 commit comments