Skip to content

Commit

Permalink
[all] Fixes missing scripts in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Dec 13, 2023
1 parent b92caed commit e53006c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -11,6 +11,8 @@
"sigma:build": "npm run build --workspace=sigma",
"sigma:transpile": "npm run transpile --workspace=sigma",
"sigma:test": "npm run test --workspace=sigma",
"sigma:unit:test": "npm run unit:test --workspace=sigma",
"sigma:e2e:test": "npm run e2e:test --workspace=sigma",
"examples:build": "npm run build --workspace=@sigma/examples",
"examples:start": "npm run start --workspace=@sigma/examples",
"demo:start": "npm start --workspace=@sigma/demo",
Expand Down

0 comments on commit e53006c

Please sign in to comment.