mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore: revise scripts
This commit is contained in:
parent
b323900bdb
commit
26aea06c94
3 changed files with 17 additions and 21 deletions
11
package.json
11
package.json
|
@ -3,14 +3,13 @@
|
|||
"version": "0.7.4",
|
||||
"license": "Apache-2.0",
|
||||
"description": "Svelte implementation of the Carbon Design System",
|
||||
"svelte": "src/index.js",
|
||||
"main": "lib/index.js",
|
||||
"module": "lib/index.mjs",
|
||||
"svelte": "./src/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"module": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
"start": "start-storybook -p 9090",
|
||||
"build": "rollup -c",
|
||||
"build:storybook": "build-storybook",
|
||||
"deploy": "node gh-pages",
|
||||
"build": "build-storybook",
|
||||
"deploy": "gh-pages -d storybook-static",
|
||||
"test": "jest --coverage",
|
||||
"test:tdd": "jest --watch",
|
||||
"prepack": "rollup -c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue