File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ hosted `v0.js`).
13
13
First, add the ` @ampproject/storybook-addon ` to your project:
14
14
15
15
``` sh
16
- yarn add @ampproject/storybook-addon --dev
16
+ npm install --save-dev @ampproject/storybook-addon
17
17
```
18
18
19
19
Second, register the ` @ampproject/storybook-addon ` to your
Original file line number Diff line number Diff line change 44
44
},
45
45
"scripts" : {
46
46
"dev" : " tsc --watch --preserveWatchOutput" ,
47
- "build" : " yarn build:esm && yarn build:cjs" ,
47
+ "build" : " npm run build:esm && npm run build:cjs" ,
48
48
"build:esm" : " tsc" ,
49
49
"build:cjs" : " tsc --module commonjs --outDir cjs" ,
50
50
"test" : " echo 'No tests' && exit 0" ,
51
51
"clean" : " rm -r esm cjs" ,
52
- "prepublishOnly" : " yarn build" ,
52
+ "prepublishOnly" : " npm run build" ,
53
53
"storybook" : " start-storybook -p 9009 -s public -c test/.storybook" ,
54
54
"build-storybook" : " build-storybook -s public -c test/.storybook"
55
55
},
You can’t perform that action at this time.
0 commit comments